mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Adds long host names in dashboard views
This commit is contained in:
parent
fcd007a5e9
commit
12d96b9d6a
2 changed files with 17 additions and 1 deletions
|
|
@ -904,6 +904,7 @@ local known_parameters = {
|
|||
["task_id"] = validateSingleWord, -- get_nbox_data
|
||||
["host_stats"] = validateBool, -- host_get_json
|
||||
["captive_portal_users"] = validateBool, -- to show or hide captive portal users
|
||||
["long_names"] = validateBool, -- get_hosts_data
|
||||
["id_to_delete"] = validateIdToDelete, -- alert_utils.lua, alert ID to delete
|
||||
["to_delete"] = validateLocalGlobal, -- alert_utils.lua, set if alert configuration should be dropped
|
||||
["SaveAlerts"] = validateEmpty, -- alert_utils.lua, set if alert configuration should change
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue