mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
added print_page_title on each page
This commit is contained in:
parent
62ee1c8b37
commit
792a542c41
30 changed files with 158 additions and 151 deletions
|
|
@ -65,11 +65,9 @@ end
|
|||
-- #######################################################
|
||||
|
||||
print([[
|
||||
<div class="row mb-3">
|
||||
<div class="row">
|
||||
<div class="col-md-12">]])
|
||||
|
||||
page_utils.print_page_header(i18n("plugins_overview.loaded_plugins"))
|
||||
|
||||
page_utils.print_page_title(i18n("plugins_overview.loaded_plugins"))
|
||||
print([[
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue