mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
42 lines
827 B
JSON
42 lines
827 B
JSON
{
|
|
"id": "dhcp_leases",
|
|
"data_url": "lua/pro/rest/v2/get/nedge/dhcp_active_leases.lua",
|
|
"use_current_page": false,
|
|
"enable_search": true,
|
|
"paging": true,
|
|
"display_empty_rows": true,
|
|
"columns": [
|
|
{
|
|
"title_i18n": "mac_address",
|
|
"data_field": "macAddress",
|
|
"sortable": false,
|
|
"class": [
|
|
"text-nowrap"
|
|
]
|
|
},
|
|
{
|
|
"title_i18n": "manufacturer",
|
|
"data_field": "manufacturer",
|
|
"sortable": false,
|
|
"class": [
|
|
"text-nowrap"
|
|
]
|
|
},
|
|
{
|
|
"title_i18n": "nedge.leased_ip",
|
|
"data_field": "leasedIP",
|
|
"sortable": false,
|
|
"class": [
|
|
"text-nowrap"
|
|
]
|
|
},
|
|
{
|
|
"title_i18n": "nedge.leased_host_name",
|
|
"data_field": "leasedHostName",
|
|
"sortable": false,
|
|
"class": [
|
|
"text-nowrap"
|
|
]
|
|
}
|
|
]
|
|
}
|