mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Fix traffic extraction jobs pagination
This commit is contained in:
parent
0bb6f5c7f5
commit
9a506c69c3
2 changed files with 6 additions and 1 deletions
|
|
@ -156,12 +156,14 @@ end
|
|||
-- ##############################################
|
||||
|
||||
function asc_insensitive(a,b)
|
||||
if type(a) ~= "string" then return asc(a,b) end
|
||||
return (string.lower(a) < string.lower(b))
|
||||
end
|
||||
|
||||
-- ##############################################
|
||||
|
||||
function rev_insensitive(a,b)
|
||||
if type(a) ~= "string" then return rev(a,b) end
|
||||
return (string.lower(a) > string.lower(b))
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue