diff options
Diffstat (limited to 'install/ui/host.js')
-rw-r--r-- | install/ui/host.js | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/install/ui/host.js b/install/ui/host.js index 704783eec..e9adcd4f7 100644 --- a/install/ui/host.js +++ b/install/ui/host.js @@ -102,13 +102,14 @@ IPA.entity_factories.host = function () { }). standard_association_facets(). adder_dialog({ - width:500, + width: 400, + height: 250, fields:[ { - factory:IPA.entity_select_widget, + factory: IPA.entity_select_widget, name: 'fqdn', - field_name:'idnsname', - entity: 'dnszone', + other_entity: 'dnszone', + other_field: 'idnsname', label: IPA.messages.objects.service.host, editable: true, undo: false |