mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 17:00:10 +00:00
Fixes sorting issue in asset map
This commit is contained in:
parent
83fd42ca90
commit
3f42ba772b
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ local function getAssetData(ifid, order, sort, start, length, filters, asset_typ
|
|||
end
|
||||
|
||||
if sort == "ip" and hasClickHouseSupport() then
|
||||
sort = "IPv4StringToNum(ip)"
|
||||
sort = "toIPv6(ip)"
|
||||
end
|
||||
local where = ""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue