mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Improved host info table and updated dist creation script (#9164)
* Modified table style and button to primary * Updated dist script to pull dist folder if not present
This commit is contained in:
parent
ce15e0ea1f
commit
25c847efb0
4 changed files with 11 additions and 3 deletions
|
|
@ -73,7 +73,7 @@ export function datatableAddFilterButtonCallback(td_idx, callback_str, label, ti
|
|||
}
|
||||
|
||||
export function datatableAddLinkButtonCallback(td_idx, link, label, title = '') {
|
||||
datatableAddButtonCallback.bind(this)(td_idx, label, "btn-info", "", link, true, title);
|
||||
datatableAddButtonCallback.bind(this)(td_idx, label, "btn-primary", "", link, true, title);
|
||||
}
|
||||
|
||||
export function datatableMakeSelectUnique(tr_obj, added_rows_prefix, options) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue