mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Add home menu entry to the alerts/status definitions page
This commit is contained in:
parent
c8a13abcf7
commit
6932a155fe
4 changed files with 16 additions and 10 deletions
|
|
@ -7,6 +7,7 @@ package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path
|
|||
require "lua_utils"
|
||||
local user_scripts = require("user_scripts")
|
||||
local page_utils = require("page_utils")
|
||||
active_page = "about"
|
||||
|
||||
sendHTTPContentTypeHeader('text/html')
|
||||
page_utils.print_header()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue