From 630ca4f40ad3b5851001555641aa015f5fb544d6 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Mon, 18 Jul 2011 15:07:18 -0500 Subject: Fixed host details fields. The host details facet has been fixed to remove a redundant field and include some missing fields. Ticket #1484 --- install/ui/host.js | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'install') 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', -- cgit