Adds long host names in dashboard views

This commit is contained in:
Simone Mainardi 2017-07-21 15:33:34 +02:00
parent fcd007a5e9
commit 12d96b9d6a
2 changed files with 17 additions and 1 deletions

View file

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