mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 16:30:10 +00:00
Fixes disabled button not working
This commit is contained in:
parent
b6ee0c3a11
commit
d81cba6c19
51 changed files with 283 additions and 421 deletions
|
|
@ -17,11 +17,11 @@
|
|||
"class": ["text-nowrap", "text-center"],
|
||||
"render_v_node_type": "button_list",
|
||||
"button_def_array": [
|
||||
{ "id": "info", "icon": "fas fa fa-search-plus", "class":["link-button"], "title_i18n": "info", "event_id": "click_button_info" },
|
||||
{ "id": "acknowledge", "icon": "fas fa fa-user-check", "title_i18n": "acknowledge", "class":["link-button"], "event_id": "click_button_acknowledge" },
|
||||
{ "id": "disable", "icon": "fas fa fa-bell-slash", "title_i18n": "disable", "class":["link-button"], "event_id": "click_button_disable" },
|
||||
{ "id": "settings", "icon": "fas fa fa-cog", "title_i18n": "settings", "class":["link-button"], "event_id": "click_button_settings" },
|
||||
{ "id": "remove", "icon": "fas fa fa-trash", "title_i18n": "remove", "class":["link-button"], "event_id": "click_button_remove" }
|
||||
{ "id": "info", "icon": "fas fa fa-search-plus", "title_i18n": "info", "event_id": "click_button_info" },
|
||||
{ "id": "acknowledge", "icon": "fas fa fa-user-check", "title_i18n": "acknowledge", "event_id": "click_button_acknowledge" },
|
||||
{ "id": "disable", "icon": "fas fa fa-bell-slash", "title_i18n": "disable", "event_id": "click_button_disable" },
|
||||
{ "id": "settings", "icon": "fas fa fa-cog", "title_i18n": "settings", "event_id": "click_button_settings" },
|
||||
{ "id": "remove", "icon": "fas fa fa-trash", "title_i18n": "remove", "event_id": "click_button_remove" }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue