summaryrefslogtreecommitdiffstats
path: root/install/static/hostgroup.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/hostgroup.js')
-rw-r--r--install/static/hostgroup.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/install/static/hostgroup.js b/install/static/hostgroup.js
index fd062dc5e..58a20588a 100644
--- a/install/static/hostgroup.js
+++ b/install/static/hostgroup.js
@@ -34,8 +34,8 @@ ipa_entity_set_add_definition('hostgroup', [
]);
ipa_entity_set_details_definition('hostgroup', [
- ['identity', 'Hostgroup Details', [
- ['cn', 'Name', null],
- ['description', 'Description', null]
- ]]
+ {name:'identity', label:'Hostgroup Details', fields:[
+ {name:'cn', label:'Name'},
+ {name:'description', label:'Description'}
+ ]}
]);