From 36010e698e337ca19c9b3686efb0158ef42cae24 Mon Sep 17 00:00:00 2001 From: Matteo Biscosi Date: Wed, 12 Feb 2025 18:14:38 +0100 Subject: [PATCH] Added c++ mapping to qoe sorting --- scripts/lua/rest/v2/get/flow/active_list.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/lua/rest/v2/get/flow/active_list.lua b/scripts/lua/rest/v2/get/flow/active_list.lua index cb1b2a658e..25de80780e 100644 --- a/scripts/lua/rest/v2/get/flow/active_list.lua +++ b/scripts/lua/rest/v2/get/flow/active_list.lua @@ -58,6 +58,7 @@ local mapping_column_lua_c = { flow_exporter = "column_device_ip", in_index = "column_in_index", out_index = "column_out_index" + qoe = "column_qoe" } if _GET["start"] and _GET["length"] then