ntopng/httpdocs/tables_config/alert_all.json
2024-04-08 07:27:15 -04:00

56 lines
1.4 KiB
JSON

{
"id": "alert_all",
"data_url": "lua/rest/v2/get/all/alert/list.lua",
"use_current_page": false,
"enable_search": true,
"paging": true,
"rsp_records_field": "records",
"rsp_query_info_field": "stats",
"display_empty_rows": true,
"columns": [
{
"data_field": "entity",
"sortable": false,
"min-width" : "100px",
"class": ["text-nowrap"]
},
{
"title_i18n": "severity_groups.group_notice_or_lower",
"data_field": "count_group_notice_or_lower",
"render_type": "hideIfZero",
"min-width" : "150px",
"class": ["text-right", "font-weight-bold"]
},
{
"title_i18n": "severity_groups.group_warning",
"data_field": "count_group_warning",
"render_type": "hideIfZero",
"min-width" : "150px",
"class": ["text-right", "font-weight-bold"]
},
{
"title_i18n": "severity_groups.group_error",
"data_field": "count_group_error",
"render_type": "hideIfZero",
"min-width" : "150px",
"class": ["text-right", "font-weight-bold"]
},
{
"title_i18n": "severity_groups.group_critical",
"data_field": "count_group_critical",
"render_type": "hideIfZero",
"min-width" : "150px",
"class": ["text-right", "font-weight-bold"]
},
{
"title_i18n": "severity_groups.group_emergency",
"data_field": "count_group_emergency",
"render_type": "hideIfZero",
"min-width" : "150px",
"class": ["text-right", "font-weight-bold"]
}
]
}