mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-20 00:57:00 +00:00
Fixes missing class
This commit is contained in:
parent
3cb70eff50
commit
3dfc8b4f2e
2 changed files with 2 additions and 2 deletions
|
|
@ -160,7 +160,7 @@ function get_f_print_v_node_buttons(list_or_array) {
|
|||
if (list_or_array == false) {
|
||||
return vue_obj.h("button", { class: `btn btn-sm btn-secondary ${_class}`, style: "margin-right:0.2rem;", onClick: on_click(b_def.event_id), ...attributes }, [vue_obj.h("span", { class: b_def.icon, style: "", title: _i18n(b_def.title_i18n) }),]);
|
||||
}
|
||||
return vue_obj.h("a", { class: `${_class} btn-sm`, onClick: on_click(b_def.event_id), style: "display:block;", ...attributes }, [vue_obj.h("span", { class: b_def.icon, style: "margin-right:0.2rem;cursor:pointer;" }), _i18n(b_def.title_i18n)]);
|
||||
return vue_obj.h("a", { class: `${_class} btn dropdown-item p-0`, onClick: on_click(b_def.event_id), style: "display:block;", ...attributes }, [vue_obj.h("span", { class: b_def.icon, style: "margin-right:0.2rem;cursor:pointer;" }), _i18n(b_def.title_i18n)]);
|
||||
});
|
||||
if (list_or_array == true) {
|
||||
let v_title = vue_obj.h("span", { class: "fas fa-sm fa-align-justify" });
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 98182d948bca8bab888b0f769941a03fa5c880c7
|
||||
Subproject commit 7f098fd7ffd9e77ab2ea5ad8604d87db0ef1e21f
|
||||
Loading…
Add table
Add a link
Reference in a new issue