summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/hostgroup.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/src/freeipa/hostgroup.js')
-rw-r--r--install/ui/src/freeipa/hostgroup.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/ui/src/freeipa/hostgroup.js b/install/ui/src/freeipa/hostgroup.js
index af9e48bba..5059d2ba4 100644
--- a/install/ui/src/freeipa/hostgroup.js
+++ b/install/ui/src/freeipa/hostgroup.js
@@ -44,7 +44,7 @@ IPA.hostgroup.entity = function(spec) {
fields: [
'cn',
{
- type: 'textarea',
+ $type: 'textarea',
name: 'description'
}
]
@@ -76,7 +76,7 @@ IPA.hostgroup.entity = function(spec) {
fields: [
'cn',
{
- type: 'textarea',
+ $type: 'textarea',
name: 'description'
}
]