EVOLUTION-MANAGER
Edit File: flows_list.json
{ "id": "flows_list", "data_url": "lua/rest/v2/get/flow/active_list.lua", "use_current_page": false, "enable_search": false, "paging": true, "display_empty_rows": true, "default_sort": { "column_id": "ip", "sort": 0 }, "columns": [ { "id": "actions", "title_i18n": "actions", "sortable": false, "sticky": true, "class": [ "text-nowrap", "text-center" ], "min-width" : "88px", "render_v_node_type": "button_array", "button_def_array": [ { "id": "live_flows", "icon": "fa-solid fa-magnifying-glass-plus", "title_i18n": "flows", "class": [ "link-button", "btn-info" ], "event_id": "click_button_live_flows" }, { "id": "historical_chart", "icon": "fas fa-lg fa-chart-area", "title_i18n": "chart", "class": [ "link-button", "btn-info" ], "event_id": "click_button_historical_data" } ] }, { "title_i18n": "last_seen", "data_field": "last_seen", "sortable": true, "min-width" : "100px", "class": [ "text-nowrap", "text-center" ] }, { "title_i18n": "duration", "data_field": "first_seen", "sortable": true, "min-width" : "100px", "class": [ "text-center", "text-nowrap" ] }, { "title_i18n": "protocol", "data_field": "protocol", "sortable": true, "min-width" : "160px", "class": [ "text-nowrap" ] }, { "title_i18n": "score", "data_field": "score", "sortable": true, "min-width" : "70px", "class": [ "text-nowrap", "text-center" ] }, { "title_i18n": "flow", "data_field": "flow", "sortable": false, "min-width" : "200px", "class": [ "text-nowrap" ] }, { "title_i18n": "flows_page.actual_throughput", "data_field": "throughput", "sortable": true, "min-width" : "125px", "class": [ "text-nowrap", "text-end" ] }, { "title_i18n": "flows_page.total_bytes", "data_field": "bytes", "sortable": true, "min-width" : "100px", "class": [ "text-nowrap", "text-end" ] }, { "title_i18n": "info", "data_field": "info", "sortable": false, "min-width" : "100px", "class": [ "text-nowrap" ] } ] }