ntopng/httpdocs/tables_config/assets_snmp.json
2025-06-18 17:12:51 +02:00

123 lines
2.2 KiB
JSON

{
"id": "assets",
"data_url": "lua/pro/rest/v2/get/host/assets.lua",
"use_current_page": false,
"enable_search": true,
"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": "details",
"icon": "fa-solid fa-magnifying-glass-plus",
"title_i18n": "asset_details_tooltip",
"class": [
"btn-info"
],
"event_id": "click_button_host_details"
},
{
"id": "delete",
"icon": "fas fa fa-trash",
"title_i18n": "delete",
"class": [
"btn-info"
],
"event_id": "click_button_delete"
}
]
},
{
"id": "mac_address",
"title_i18n": "mac_address",
"data_field": "mac",
"min-width": "120px",
"sortable": true,
"class": [
"text-nowrap"
]
},
{
"id": "ip_address",
"title_i18n": "ip_address",
"data_field": "ip_address",
"sortable": true,
"min-width": "180px",
"class": [
"text-nowrap"
]
},
{
"id": "switch_ip",
"title_i18n": "switch_ip",
"data_field": "switch_ip",
"min-width": "120px",
"sortable": true,
"class": [
"text-nowrap"
]
},
{
"id": "switch_port",
"title_i18n": "switch_port",
"data_field": "switch_port",
"min-width": "120px",
"sortable": true,
"class": [
"text-nowrap"
]
},
{
"id": "manufacturer",
"title_i18n": "manufacturer",
"data_field": "manufacturer",
"sortable": true,
"min-width": "120px",
"class": [
"text-nowrap"
]
},
{
"id": "model",
"title_i18n": "model",
"data_field": "model",
"sortable": true,
"min-width": "120px",
"class": [
"text-nowrap"
]
},
{
"id": "first_seen",
"title_i18n": "first_seen",
"data_field": "first_seen",
"sortable": true,
"min-width": "120px",
"class": [
"text-nowrap",
"text-center"
]
},
{
"id": "last_seen",
"title_i18n": "last_seen",
"data_field": "last_seen",
"sortable": true,
"min-width": "120px",
"class": [
"text-nowrap",
"text-center"
]
}
]
}