mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 15:09:33 +00:00
Implement pool policy editor
This commit is contained in:
parent
685eb72767
commit
3a67f53b10
11 changed files with 854 additions and 2 deletions
|
|
@ -186,7 +186,6 @@ end
|
|||
|
||||
-- NOTE: this function must be called after page_utils.set_active_menu_entry
|
||||
function page_utils.print_page_title(title)
|
||||
|
||||
local help_link = page_utils.menu_entries[active_entry].help_link or ""
|
||||
print("<header class='mb-3 d-flex align-items-center'>")
|
||||
print("<h2 class='d-inline-block'>".. title .."</h2>")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue