ntopng/httpdocs/tables_config/edit_configset.json
GabrieleDeri 9015774e2b
Fixes geomap shadow, navbar tabs component (#10184)
* Fixes geomap shadow, zoom group, navbar tabs component

* Update dist
2026-03-19 17:16:13 +01:00

82 lines
1.6 KiB
JSON

{
"id": "edit_configset",
"data_url": "lua/rest/v2/get/checks/list.lua",
"use_current_page": false,
"enable_search": true,
"paging": false,
"display_empty_rows": true,
"default_sort": {
"column_id": "title",
"sort": 1
},
"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",
"icon": "fas fa-edit",
"title_i18n": "edit",
"class": [],
"event_id": "edit_check"
}
]
},
{
"id": "enabled",
"title_i18n": "enabled",
"data_field": "is_enabled",
"sortable": true,
"min-width": "80px",
"max-width": "100px",
"class": ["text-center"]
},
{
"id": "title",
"title_i18n": "name",
"data_field": "title",
"sortable": true,
"min-width": "180px"
},
{
"id": "subdir",
"title_i18n": "if_stats_overview.family",
"data_field": "subdir",
"sortable": true,
"min-width": "120px",
"class": ["text-nowrap"]
},
{
"id": "category",
"title_i18n": "category",
"data_field": "category_key",
"sortable": true,
"min-width": "120px"
},
{
"id": "severity",
"title_i18n": "severity",
"data_field": "severity_key",
"sortable": true,
"min-width": "100px",
"class": ["text-nowrap"]
},
{
"id": "description",
"title_i18n": "description",
"data_field": "description",
"sortable": false,
"min-width": "200px"
}
]
}