mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
73 lines
1.7 KiB
JSON
73 lines
1.7 KiB
JSON
{
|
|
"id": "traffic_profiles",
|
|
"data_url": "lua/pro/get_traffic_profiles.lua",
|
|
"use_current_page": false,
|
|
"enable_search": true,
|
|
"paging": false,
|
|
"display_empty_rows": true,
|
|
"default_sort": {
|
|
"column_id": "mac",
|
|
"sort": 0
|
|
},
|
|
"columns": [
|
|
{
|
|
"id": "actions",
|
|
"title_i18n": "actions",
|
|
"sortable": false,
|
|
"sticky": true,
|
|
"min-width": "80px",
|
|
"max-width": "80px",
|
|
"class": [
|
|
"text-nowrap",
|
|
"text-center"
|
|
],
|
|
"render_v_node_type": "button_list",
|
|
"button_def_array": [
|
|
{
|
|
"id": "edit_rule",
|
|
"icon": "fas fa-edit",
|
|
"title_i18n": "edit",
|
|
"class": [
|
|
"btn-info"
|
|
],
|
|
"event_id": "click_button_edit_profile"
|
|
},
|
|
{
|
|
"id": "timeseries",
|
|
"icon": "fas fa-chart-area",
|
|
"title_i18n": "prefs.timeseries",
|
|
"class": [],
|
|
"event_id": "click_button_timeseries"
|
|
},
|
|
{
|
|
"id": "delete_rule",
|
|
"icon": "fas fa fa-trash",
|
|
"title_i18n": "delete",
|
|
"class": [
|
|
"btn-info"
|
|
],
|
|
"event_id": "click_button_delete_profile"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "profileName",
|
|
"title_i18n": "traffic_profiles.profile_name",
|
|
"data_field": "profileName",
|
|
"sortable": true,
|
|
"min-width" : "180px",
|
|
"class": [
|
|
"text-nowrap"
|
|
]
|
|
},
|
|
{
|
|
"title_i18n": "traffic_profiles.traffic_filter_bpf",
|
|
"data_field": "profileFilter",
|
|
"sortable": false,
|
|
"min-width" : "120px",
|
|
"class": [
|
|
"text-nowrap"
|
|
]
|
|
}
|
|
]
|
|
}
|