mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
parent
538c7a7eb8
commit
630ca4f40a
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user