mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Fixed table sort order
This commit is contained in:
parent
c5343e29e4
commit
b591001d6b
3 changed files with 21 additions and 15 deletions
|
|
@ -2436,11 +2436,11 @@ function label2criteriakey(what)
|
|||
local id
|
||||
|
||||
for id, _ in ipairs(looking_glass_criteria) do
|
||||
local criteria = looking_glass_criteria[id][1]
|
||||
local c = looking_glass_criteria[id][1]
|
||||
local key = looking_glass_criteria[id][3]
|
||||
local fnctn = looking_glass_criteria[id][4]
|
||||
|
||||
if(what == criteria) then
|
||||
if(what == c) then
|
||||
return key, fnctn
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue