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',
|
name:'dns',
|
||||||
label: '@i18n:tabs.dns',
|
label: '@i18n:tabs.dns',
|
||||||
children: [
|
children: [
|
||||||
{ entity: 'dnszone' },
|
{
|
||||||
{ entity: 'dnsconfig' },
|
entity: 'dnszone',
|
||||||
{ entity: 'dnsrecord', hidden:true }
|
children: [
|
||||||
|
{ entity: 'dnsrecord', hidden:true }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{ entity: 'dnsconfig' }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user