mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
118 lines
No EOL
2.2 KiB
JSON
118 lines
No EOL
2.2 KiB
JSON
{
|
|
"id": "host_pools",
|
|
"data_url": "lua/get_pools_data.lua",
|
|
"use_current_page": false,
|
|
"enable_search": true,
|
|
"paging": false,
|
|
"display_empty_rows": true,
|
|
"columns": [
|
|
{
|
|
"id": "actions",
|
|
"title_i18n": "actions",
|
|
"sortable": false,
|
|
"sticky": true,
|
|
"min-width": "80px",
|
|
"class": [
|
|
"text-nowrap",
|
|
"text-center"
|
|
],
|
|
"render_v_node_type": "button_list",
|
|
"button_def_array": [
|
|
{
|
|
"id": "manage_pool",
|
|
"icon": "fas fa-layer-group",
|
|
"title_i18n": "host_pools.manage_pool",
|
|
"event_id": "click_manage_pool"
|
|
},
|
|
{
|
|
"id": "edit",
|
|
"icon": "fas fa-edit",
|
|
"title_i18n": "host_pools.edit_name",
|
|
"event_id": "click_edit_pool"
|
|
},
|
|
{
|
|
"id": "edit_pool_policy",
|
|
"icon": "fas fa-shield-alt",
|
|
"title_i18n": "host_pools.edit_traffic_policy",
|
|
"event_id": "click_edit_pool_policy"
|
|
},
|
|
{
|
|
"id": "delete",
|
|
"icon": "fas fa-trash",
|
|
"title_i18n": "delete",
|
|
"event_id": "click_delete_pool"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "pool_name",
|
|
"title_i18n": "host_pools.pool_name",
|
|
"data_field": "pool_name",
|
|
"sortable": true,
|
|
"sticky": false,
|
|
"class": [
|
|
"text-nowrap"
|
|
]
|
|
},
|
|
{
|
|
"id": "hosts",
|
|
"title_i18n": "hosts",
|
|
"data_field": "hosts",
|
|
"sortable": true,
|
|
"class": [
|
|
"text-center",
|
|
"text-nowrap"
|
|
]
|
|
},
|
|
{
|
|
"id": "seen_since",
|
|
"title_i18n": "seen_since",
|
|
"data_field": "seen_since",
|
|
"sortable": true,
|
|
"class": [
|
|
"text-center",
|
|
"text-nowrap"
|
|
]
|
|
},
|
|
{
|
|
"title_i18n": "breakdown",
|
|
"data_field": "breakdown",
|
|
"sortable": false,
|
|
"class": [
|
|
"text-nowrap",
|
|
"text-center"
|
|
]
|
|
},
|
|
|
|
{
|
|
"id": "throughput",
|
|
"title_i18n": "throughput",
|
|
"data_field": "throughput",
|
|
"sortable": true,
|
|
"class": [
|
|
"text-nowrap",
|
|
"text-center"
|
|
]
|
|
},
|
|
{
|
|
"id": "traffic",
|
|
"title_i18n": "traffic",
|
|
"data_field": "traffic",
|
|
"sortable": true,
|
|
"class": [
|
|
"text-nowrap",
|
|
"text-center"
|
|
]
|
|
},
|
|
{
|
|
"id": "members",
|
|
"title_i18n": "pools.members",
|
|
"data_field": "clean_members",
|
|
"sortable": true,
|
|
"class": [
|
|
"text-nowrap",
|
|
"text-center"
|
|
]
|
|
}
|
|
]
|
|
} |