summaryrefslogtreecommitdiffstats
path: root/install/ui/host.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/host.js')
-rw-r--r--install/ui/host.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/install/ui/host.js b/install/ui/host.js
index cc60fb511..f6af82cb1 100644
--- a/install/ui/host.js
+++ b/install/ui/host.js
@@ -226,7 +226,8 @@ function host_provisioning_status_widget(spec) {
that.widget_create(container);
var div = $('<div/>', {
- name: 'kerberos-key-valid'
+ name: 'kerberos-key-valid',
+ style: 'display: none;'
}).appendTo(container);
$('<img/>', {
@@ -250,7 +251,8 @@ function host_provisioning_status_widget(spec) {
}).appendTo(content_div);
div = $('<div/>', {
- name: 'kerberos-key-missing'
+ name: 'kerberos-key-missing',
+ style: 'display: none;'
}).appendTo(container);
$('<img/>', {