mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
40 lines
No EOL
681 B
JSON
40 lines
No EOL
681 B
JSON
{
|
|
"id": "limits_table",
|
|
"data_url": "lua/rest/v2/get/ntopng/limits.lua",
|
|
"use_current_page": true,
|
|
"enable_search": false,
|
|
"paging": false,
|
|
"display_empty_rows": true,
|
|
"default_sort": {
|
|
"column_id": "limit",
|
|
"sort": 0
|
|
},
|
|
"columns": [
|
|
{
|
|
"title_i18n": "limits_page.limit",
|
|
"data_field": "limit",
|
|
"sortable": true,
|
|
"class": [
|
|
"text-nowrap"
|
|
]
|
|
},
|
|
{
|
|
"title_i18n": "limits_page.current",
|
|
"data_field": "current",
|
|
"sortable": true,
|
|
"class": [
|
|
"text-nowrap",
|
|
"text-center"
|
|
]
|
|
},
|
|
{
|
|
"title_i18n": "limits_page.max",
|
|
"data_field": "max",
|
|
"sortable": true,
|
|
"class": [
|
|
"text-nowrap",
|
|
"text-center"
|
|
]
|
|
}
|
|
]
|
|
} |