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

@ -39,18 +39,18 @@ IPA.entity_factories.host = function () {
{ {
name: 'details', name: 'details',
fields: [ fields: [
{ factory: IPA.host_dnsrecord_entity_link_widget, {
factory: IPA.host_dnsrecord_entity_link_widget,
name: 'fqdn', name: 'fqdn',
other_entity:'dnsrecord' other_entity:'dnsrecord'
}, },
'krbprincipalname', 'krbprincipalname',
{ 'description',
factory: IPA.text_widget, 'l',
name: 'cn', 'nshostlocation',
label: IPA.messages.objects.host.cn, 'nshardwareplatform',
read_only: true 'nsosversion'
}, ]
'description' ]
}, },
{ {
name:'enrollment', name:'enrollment',