summaryrefslogtreecommitdiffstats
path: root/install/ui/host.js
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-06-20 12:04:02 -0400
committerAdam Young <ayoung@redhat.com>2011-06-20 20:53:15 -0400
commiteeed975bc6e0ee95bb6d06dd1397a3ca8c6f2bf9 (patch)
treefa26923d14167f17c4c5e26c4298d532259d5f55 /install/ui/host.js
parentd3bf7e42844e94d8247abb24c7a8cd5b7d207fe0 (diff)
downloadfreeipa-eeed975bc6e0ee95bb6d06dd1397a3ca8c6f2bf9.tar.gz
freeipa-eeed975bc6e0ee95bb6d06dd1397a3ca8c6f2bf9.tar.xz
freeipa-eeed975bc6e0ee95bb6d06dd1397a3ca8c6f2bf9.zip
ipaddress for host add
updated label triggered an API change
Diffstat (limited to 'install/ui/host.js')
-rw-r--r--install/ui/host.js10
1 files changed, 8 insertions, 2 deletions
diff --git a/install/ui/host.js b/install/ui/host.js
index bd149178e..702d0cb83 100644
--- a/install/ui/host.js
+++ b/install/ui/host.js
@@ -98,8 +98,14 @@ IPA.entity_factories.host = function () {
editable: true,
undo: false
},
- {factory:IPA.force_host_add_checkbox_widget}
- ]
+ {factory:IPA.force_host_add_checkbox_widget},
+ {
+ factory:IPA.text_widget,
+ name:"ip_address",
+ undo:false,
+ label: IPA.get_method_option('host_add','ip_address')['label']
+ }
+ ]
}).
build();
};