summaryrefslogtreecommitdiffstats
path: root/install/static/host.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/host.js')
-rw-r--r--install/static/host.js7
1 files changed, 5 insertions, 2 deletions
diff --git a/install/static/host.js b/install/static/host.js
index 8407e269..65c2b571 100644
--- a/install/static/host.js
+++ b/install/static/host.js
@@ -52,11 +52,14 @@ ipa_entity_set_association_definition('host', {
'rolegroup': { associator: 'serial' }
});
-function host_enrollment_status_load(container, dt, result) {
+function host_enrollment_status_load(container, result) {
// skip enrollment_status
}
-function host_usercertificate_load(container, dt, result) {
+function host_usercertificate_load(container, result) {
+
+ var dt = $('dt[title='+this.name+']', container);
+ if (!dt.length) return;
var panel = certificate_status_panel({
'entity_type': 'host',