Fixed host details fields.

The host details facet has been fixed to remove a redundant field
and include some missing fields.

Ticket #1484
This commit is contained in:
Endi S. Dewata 2011-07-18 15:07:18 -05:00 committed by Adam Young
parent 538c7a7eb8
commit 630ca4f40a

View File

@ -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'
{
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
},
'description' ]
'description',
'l',
'nshostlocation',
'nshardwareplatform',
'nsosversion'
]
},
{
name:'enrollment',