DNS menu fixed

https://fedorahosted.org/freeipa/ticket/3236
This commit is contained in:
Petr Vobornik 2013-03-14 14:34:23 +01:00
parent 3e392bbfc6
commit 7b512abbf1

View File

@ -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' }
]
}
]