diff options
Diffstat (limited to 'install/static/host.js')
-rw-r--r-- | install/static/host.js | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/install/static/host.js b/install/static/host.js index 56e3eb30a..d9ca3c153 100644 --- a/install/static/host.js +++ b/install/static/host.js @@ -83,14 +83,13 @@ function ipa_host_add_dialog(spec) { that.init = function() { - that.add_dialog_init(); - that.add_field(ipa_text_widget({ 'name': 'fqdn', - entity_name:'host', 'size': 40, 'undo': false })); + + that.add_dialog_init(); }; return that; |