diff options
-rw-r--r-- | install/ui/host.js | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/install/ui/host.js b/install/ui/host.js index 14f16d93d..9994abf31 100644 --- a/install/ui/host.js +++ b/install/ui/host.js @@ -37,20 +37,20 @@ IPA.entity_factories.host = function () { }). details_facet({sections:[ { - name:'details', + name: 'details', fields: [ - { factory: IPA.host_dnsrecord_entity_link_widget, - name: 'fqdn', - other_entity:'dnsrecord' - }, - 'krbprincipalname', { - factory: IPA.text_widget, - name: 'cn', - label: IPA.messages.objects.host.cn, - read_only: true + factory: IPA.host_dnsrecord_entity_link_widget, + name: 'fqdn', + other_entity:'dnsrecord' }, - 'description' ] + 'krbprincipalname', + 'description', + 'l', + 'nshostlocation', + 'nshardwareplatform', + 'nsosversion' + ] }, { name:'enrollment', |