mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
parent
2fd5a75b6a
commit
45e0038b45
3 changed files with 3 additions and 3 deletions
|
|
@ -107,7 +107,9 @@ end
|
|||
-- ###########################################
|
||||
|
||||
function custom_column_utils.updateCustomColumn()
|
||||
if not isEmptyString(_GET["custom_column"]) then
|
||||
local _, current_column = custom_column_utils.getCustomColumnName()
|
||||
|
||||
if not isEmptyString(_GET["custom_column"]) and (_GET["custom_column"] ~= current_column) then
|
||||
if setCustomColumnName(_GET["custom_column"]) then
|
||||
local custom_column_key, custom_column_format = custom_column_utils.label2criteriakey(_GET["custom_column"])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue