mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 02:16:39 +00:00
* Updates old pages to vue * Removes ack message in edit applicaiton * Removes ack message in edit applicaiton
78 lines
1.5 KiB
JSON
78 lines
1.5 KiB
JSON
{
|
|
"id": "checks_overview",
|
|
"data_url": "lua/rest/v2/get/ntopng/checks.lua",
|
|
"use_current_page": false,
|
|
"enable_search": true,
|
|
"paging": false,
|
|
"display_empty_rows": false,
|
|
"default_sort": {
|
|
"column_id": "name",
|
|
"sort": 0
|
|
},
|
|
"columns": [
|
|
{
|
|
"id": "name",
|
|
"title_i18n": "scripts_overview.script",
|
|
"data_field": "name",
|
|
"sortable": true,
|
|
"min-width": "180px",
|
|
"class": []
|
|
},
|
|
{
|
|
"id": "type",
|
|
"title_i18n": "scripts_overview.type",
|
|
"data_field": "type",
|
|
"sortable": true,
|
|
"min-width": "120px",
|
|
"class": []
|
|
},
|
|
{
|
|
"id": "availability",
|
|
"title_i18n": "availability",
|
|
"data_field": "availability",
|
|
"sortable": true,
|
|
"min-width": "120px",
|
|
"class": [
|
|
"text-nowrap"
|
|
]
|
|
},
|
|
{
|
|
"id": "hooks",
|
|
"title_i18n": "scripts_overview.hooks",
|
|
"data_field": "hooks",
|
|
"sortable": false,
|
|
"min-width": "160px",
|
|
"class": []
|
|
},
|
|
{
|
|
"id": "filters",
|
|
"title_i18n": "scripts_overview.filters",
|
|
"data_field": "filters",
|
|
"sortable": false,
|
|
"min-width": "160px",
|
|
"class": []
|
|
},
|
|
{
|
|
"id": "num_filtered",
|
|
"title_i18n": "scripts_overview.filtered",
|
|
"data_field": "num_filtered",
|
|
"sortable": true,
|
|
"min-width": "100px",
|
|
"class": [
|
|
"text-end",
|
|
"text-nowrap"
|
|
]
|
|
},
|
|
{
|
|
"id": "exec_time_ms",
|
|
"title_i18n": "scripts_overview.total_elapsed_time",
|
|
"data_field": "exec_time_ms",
|
|
"sortable": true,
|
|
"min-width": "130px",
|
|
"class": [
|
|
"text-end",
|
|
"text-nowrap"
|
|
]
|
|
}
|
|
]
|
|
}
|