From eeed975bc6e0ee95bb6d06dd1397a3ca8c6f2bf9 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Mon, 20 Jun 2011 12:04:02 -0400 Subject: ipaddress for host add updated label triggered an API change --- install/ui/host.js | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'install/ui/host.js') diff --git a/install/ui/host.js b/install/ui/host.js index bd149178..702d0cb8 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(); }; -- cgit