mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
fixed layout http_status_code.lua and added print_page_header to page_utils
This commit is contained in:
parent
c6e9f6ffef
commit
c9c115e650
5 changed files with 561 additions and 8 deletions
|
|
@ -90,8 +90,11 @@ dofile(dirs.installdir .. "/scripts/lua/inc/menu.lua")
|
|||
print([[
|
||||
<div class='container-fluid'>
|
||||
<div class='row'>
|
||||
<div class='col-12'>
|
||||
<h2>User Scripts</h2>
|
||||
<div class='col-12'>]])
|
||||
|
||||
page_utils.print_page_header('User Scripts')
|
||||
|
||||
print([[
|
||||
</div>
|
||||
<div class='col-12 my-3'>
|
||||
<table class='table table-bordered' id='user-scripts'>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue