mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Minor localization for nEdge
This commit is contained in:
parent
3283792199
commit
b37125f76a
2 changed files with 5 additions and 1 deletions
|
|
@ -439,7 +439,8 @@ end
|
|||
function multipleTableButtonPrefs(label, comment, array_labels, array_values, default_value, selected_color,
|
||||
submit_field, redis_key, disabled, elementToSwitch, showElementArray,
|
||||
javascriptAfterSwitch, showElement, initialValue)
|
||||
if(_POST[submit_field] ~= nil) then
|
||||
local value
|
||||
if(_POST[submit_field] ~= nil) then
|
||||
ntop.setPref(redis_key, _POST[submit_field])
|
||||
value = _POST[submit_field]
|
||||
notifyNtopng(submit_field)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue