ntopng/httpdocs/tables_config/defs_overview.json
GabrieleDeri f910ae851b
Updates old lua pages to vuejs (#10179)
* Updates old pages to vue

* Removes ack message in edit applicaiton

* Removes ack message in edit applicaiton
2026-03-18 16:25:52 +01:00

74 lines
1.4 KiB
JSON

{
"id": "defs_overview",
"data_url": "lua/rest/v2/get/ntopng/alert_definitions.lua",
"use_current_page": false,
"enable_search": true,
"paging": false,
"display_empty_rows": false,
"default_sort": {
"column_id": "alert_key",
"sort": 0
},
"columns": [
{
"id": "alert_key",
"title_i18n": "scripts_overview.alert_key",
"data_field": "alert_key",
"sortable": true,
"min-width": "80px",
"class": [
"text-center",
"text-nowrap"
]
},
{
"id": "alert_type",
"title_i18n": "scripts_overview.alert_key_string",
"data_field": "alert_type",
"sortable": true,
"min-width": "200px",
"class": []
},
{
"id": "name",
"title_i18n": "scripts_overview.alert_name",
"data_field": "name",
"sortable": true,
"min-width": "160px",
"class": []
},
{
"id": "has_attacker",
"title_i18n": "scripts_overview.has_attacker",
"data_field": "has_attacker",
"sortable": true,
"min-width": "100px",
"class": [
"text-center",
"text-nowrap"
]
},
{
"id": "has_victim",
"title_i18n": "scripts_overview.has_victim",
"data_field": "has_victim",
"sortable": true,
"min-width": "100px",
"class": [
"text-center",
"text-nowrap"
]
},
{
"id": "status_key",
"title_i18n": "scripts_overview.status_key",
"data_field": "status_key",
"sortable": true,
"min-width": "100px",
"class": [
"text-center",
"text-nowrap"
]
}
]
}