fix for system view

This commit is contained in:
gabryon99 2020-03-21 15:56:02 +01:00
parent ffea9b2165
commit 26ba1c4df2
10 changed files with 45 additions and 18 deletions

View file

@ -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"