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
|
|
@ -16,6 +16,8 @@ page_utils.set_active_menu_entry(page_utils.menu_entries.autonomous_systems)
|
|||
|
||||
dofile(dirs.installdir .. "/scripts/lua/inc/menu.lua")
|
||||
|
||||
page_utils.print_page_title(i18n("as_stats.autonomous_systems"))
|
||||
|
||||
print [[
|
||||
<div id="table-as"></div>
|
||||
<script>
|
||||
|
|
@ -32,7 +34,7 @@ print [[
|
|||
url: url_update ,
|
||||
]]
|
||||
|
||||
print('title: "' .. i18n("as_stats.autonomous_systems") .. '",\n')
|
||||
print('title: "",\n')
|
||||
print ('rowCallback: function ( row ) { return as_table_setID(row); },')
|
||||
|
||||
-- Set the preference table
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue