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:
committed by
Adam Young
parent
538c7a7eb8
commit
630ca4f40a
@@ -37,20 +37,20 @@ IPA.entity_factories.host = function () {
|
|||||||
}).
|
}).
|
||||||
details_facet({sections:[
|
details_facet({sections:[
|
||||||
{
|
{
|
||||||
name:'details',
|
name: 'details',
|
||||||
fields: [
|
fields: [
|
||||||
{ factory: IPA.host_dnsrecord_entity_link_widget,
|
{
|
||||||
name: 'fqdn',
|
factory: IPA.host_dnsrecord_entity_link_widget,
|
||||||
other_entity:'dnsrecord'
|
name: 'fqdn',
|
||||||
|
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',
|
||||||
|
|||||||
Reference in New Issue
Block a user