mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 09:20:10 +00:00
fix for system view
This commit is contained in:
parent
ffea9b2165
commit
26ba1c4df2
10 changed files with 45 additions and 18 deletions
|
|
@ -19,7 +19,7 @@ if not isAllowedSystemInterface() then
|
|||
return
|
||||
end
|
||||
|
||||
sendHTTPContentTypeHeader('text/html')
|
||||
sendHTTPContentTypeHeader('text/html', nil, nil, true)
|
||||
|
||||
page_utils.set_active_menu_entry(page_utils.menu_entries.redis_monitor)
|
||||
|
||||
|
|
@ -155,7 +155,7 @@ $("#table-redis-stats").datatable({
|
|||
});
|
||||
</script>
|
||||
]]
|
||||
|
||||
|
||||
elseif(page == "historical" and charts_available) then
|
||||
local ts_utils = require("ts_utils")
|
||||
local schema = _GET["ts_schema"] or "redis:memory"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue