From fb1f9ecf9ffa615653ac0fc62c84e27851835a6d Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Thu, 13 Jan 2011 17:20:12 +0700 Subject: Certificate and Kerberos key status adjustments. The OTP field has been moved into a separate row to avoid line wrapping. The line height inside tables has been increased to avoid overlapping buttons in certificate status panel. --- install/static/service.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'install/static/service.js') diff --git a/install/static/service.js b/install/static/service.js index ad3a2fe6..62243c22 100644 --- a/install/static/service.js +++ b/install/static/service.js @@ -274,7 +274,9 @@ function service_provisioning_status_widget(spec) { that.widget_create(container); - var table = $('').appendTo(container); + var table = $('
', { + 'class': 'kerberos-key-status' + }).appendTo(container); var tr = $('').appendTo(table); -- cgit