mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
change System mode into system
This commit is contained in:
parent
6efdb67350
commit
a4074a73a4
2 changed files with 3 additions and 4 deletions
|
|
@ -20,4 +20,5 @@ ntop.setPref("ntop.prefs.system_mode_enabled", system_interface_toggled)
|
|||
|
||||
print(json.encode({
|
||||
["success"] = true,
|
||||
["href"] = (system_interface_toggled == "1" and ntop.getHttpPrefix() .. "/lua/system_stats.lua" or "/");
|
||||
}))
|
||||
Loading…
Add table
Add a link
Reference in a new issue