mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Make protocols sorted case-insensitive
This commit is contained in:
parent
c8648bca7e
commit
2a3f313159
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ interface.select(ifname)
|
|||
|
||||
local to_skip = (currentPage-1) * perPage
|
||||
|
||||
if(sortOrder == "desc") then sOrder = rev else sOrder = asc end
|
||||
if(sortOrder == "desc") then sOrder = rev_insensitive else sOrder = asc_insensitive end
|
||||
|
||||
local applications = interface.getnDPIProtocols()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue