mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Added sort on periodicity filtering menu
This commit is contained in:
parent
279b977c9f
commit
9df1d8fe43
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ for k,v in pairs(p) do
|
|||
end
|
||||
|
||||
local id = 0
|
||||
for k,v in pairs(keys) do
|
||||
for k,v in pairsByKeys(keys, asc) do
|
||||
print("{ key: 'filter_"..id.."', regex: '"..k.."', label: '"..k.." ("..v..")' },\n")
|
||||
id = id + 1
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue