Implement pool policy editor

This commit is contained in:
Alfredo Cardigliano 2021-05-18 16:48:53 +02:00
parent 685eb72767
commit 3a67f53b10
11 changed files with 854 additions and 2 deletions

View file

@ -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>")