mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
parent
3e392bbfc6
commit
7b512abbf1
@ -38,9 +38,13 @@ var nav = {};
|
||||
name:'dns',
|
||||
label: '@i18n:tabs.dns',
|
||||
children: [
|
||||
{ entity: 'dnszone' },
|
||||
{ entity: 'dnsconfig' },
|
||||
{ entity: 'dnsrecord', hidden:true }
|
||||
{
|
||||
entity: 'dnszone',
|
||||
children: [
|
||||
{ entity: 'dnsrecord', hidden:true }
|
||||
]
|
||||
},
|
||||
{ entity: 'dnsconfig' }
|
||||
]
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user