Fixes sorting issue in asset map

This commit is contained in:
Matteo Biscosi 2025-02-17 10:06:16 +01:00
parent 83fd42ca90
commit 3f42ba772b

View file

@ -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 = ""