This commit is contained in:
Luke Pulverenti 2016-04-13 12:17:52 -04:00
parent 8de0aadb57
commit 7a3858d368
9 changed files with 36 additions and 14 deletions

View file

@ -123,6 +123,18 @@
});
}
function getTabs() {
return [
{
href: 'dashboardhosting.html',
name: Globalize.translate('TabHosting')
},
{
href: 'serversecurity.html',
name: Globalize.translate('TabSecurity')
}];
}
pageIdOn('pageinit', "serverSecurityPage", function () {
var page = this;
@ -136,6 +148,7 @@
});
pageIdOn('pagebeforeshow', "serverSecurityPage", function () {
LibraryMenu.setTabs('adminadvanced', 1, getTabs);
var page = this;
loadData(page);