mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Add GUI side support for host pools stats
This commit is contained in:
parent
8ea7b5dbe4
commit
5c305ba6a1
17 changed files with 321 additions and 19 deletions
|
|
@ -9,10 +9,6 @@ require "lua_utils"
|
|||
|
||||
sendHTTPHeader('text/html; charset=iso-8859-1')
|
||||
|
||||
if (group_col == nil) then
|
||||
group_col = "network"
|
||||
end
|
||||
|
||||
ntop.dumpFile(dirs.installdir .. "/httpdocs/inc/header.inc")
|
||||
|
||||
active_page = "hosts"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue