add interface pool page

This commit is contained in:
gabryon99 2020-07-08 11:03:21 +02:00
parent 0f613d25be
commit 9f05bde6b5
10 changed files with 417 additions and 9 deletions

View file

@ -405,6 +405,11 @@ page_utils.add_menubar_section({
hidden = not is_admin,
url = '/lua/admin/manage_pools.lua',
},
{
entry = page_utils.menu_entries.pools_interface,
hidden = not is_admin,
url = 'lua/admin/interface_pools.lua'
}
}
})