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
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user