mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
91 lines
No EOL
1.6 KiB
JSON
91 lines
No EOL
1.6 KiB
JSON
{
|
|
"id": "inactive_hosts",
|
|
"data_url": "lua/rest/v2/get/host/inactive_list.lua",
|
|
"use_current_page": false,
|
|
"enable_search": false,
|
|
"paging": true,
|
|
"display_empty_rows": true,
|
|
"columns": [
|
|
{
|
|
"id": "actions",
|
|
"title_i18n": "actions",
|
|
"sortable": false,
|
|
"sticky": true,
|
|
"class": [
|
|
"text-nowrap",
|
|
"text-center"
|
|
],
|
|
"render_v_node_type": "button_list",
|
|
"button_def_array": [
|
|
{
|
|
"id": "historical_data",
|
|
"icon": "fas fa-search-plus",
|
|
"title_i18n": "db_explorer.historical_data",
|
|
"class": [
|
|
"link-button"
|
|
],
|
|
"event_id": "click_button_historical_flows"
|
|
},
|
|
{
|
|
"id": "delete",
|
|
"icon": "fas fa fa-trash",
|
|
"title_i18n": "delete",
|
|
"class": [
|
|
"link-button"
|
|
],
|
|
"event_id": "click_button_delete"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"title_i18n": "db_explorer.host_data",
|
|
"data_field": "host",
|
|
"sortable": true,
|
|
"class": [
|
|
"text-nowrap"
|
|
]
|
|
},
|
|
{
|
|
"title_i18n": "name",
|
|
"data_field": "name",
|
|
"sortable": true,
|
|
"class": [
|
|
"text-nowrap"
|
|
]
|
|
},
|
|
{
|
|
"title_i18n": "mac_address",
|
|
"data_field": "mac_address",
|
|
"sortable": true,
|
|
"class": [
|
|
"text-nowrap"
|
|
]
|
|
},
|
|
{
|
|
"title_i18n": "manufacturer",
|
|
"data_field": "manufacturer",
|
|
"sortable": true,
|
|
"class": [
|
|
"text-nowrap"
|
|
]
|
|
},
|
|
{
|
|
"title_i18n": "first_seen",
|
|
"data_field": "first_seen",
|
|
"sortable": true,
|
|
"class": [
|
|
"text-center",
|
|
"text-nowrap"
|
|
]
|
|
},
|
|
{
|
|
"title_i18n": "last_seen",
|
|
"data_field": "last_seen",
|
|
"sortable": true,
|
|
"class": [
|
|
"text-center",
|
|
"text-nowrap"
|
|
]
|
|
}
|
|
]
|
|
} |