mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Page titles
This commit is contained in:
parent
c1c472a40d
commit
308f6cd804
26 changed files with 77 additions and 27 deletions
|
|
@ -14,6 +14,7 @@ local lists_utils = require "lists_utils"
|
|||
local alert_consts = require "alert_consts"
|
||||
local slack_utils = require("slack")
|
||||
local recording_utils = require "recording_utils"
|
||||
local page_utils = require("page_utils")
|
||||
|
||||
if(ntop.isPro()) then
|
||||
package.path = dirs.installdir .. "/scripts/lua/pro/?.lua;" .. package.path
|
||||
|
|
@ -124,7 +125,7 @@ if(haveAdminPrivileges()) then
|
|||
end
|
||||
end
|
||||
|
||||
ntop.dumpFile(dirs.installdir .. "/httpdocs/inc/header.inc")
|
||||
page_utils.print_header(i18n("prefs.preferences"))
|
||||
|
||||
active_page = "admin"
|
||||
dofile(dirs.installdir .. "/scripts/lua/inc/menu.lua")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue