summaryrefslogtreecommitdiffstats
path: root/install/ui/service.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/service.js')
-rw-r--r--install/ui/service.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/install/ui/service.js b/install/ui/service.js
index 53a444401..360386a13 100644
--- a/install/ui/service.js
+++ b/install/ui/service.js
@@ -223,7 +223,8 @@ function service_provisioning_status_widget(spec) {
that.widget_create(container);
var div = $('<div/>', {
- 'class': 'kerberos-key-valid'
+ name: 'kerberos-key-valid',
+ style: 'display: none;'
}).appendTo(container);
$('<img/>', {
@@ -247,7 +248,8 @@ function service_provisioning_status_widget(spec) {
}).appendTo(content_div);
div = $('<div/>', {
- name: 'kerberos-key-missing'
+ name: 'kerberos-key-missing',
+ style: 'display: none;'
}).appendTo(container);
$('<img/>', {