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:
GabrieleDeri 2025-04-22 12:42:13 +02:00 committed by GitHub
parent ce15e0ea1f
commit 25c847efb0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 11 additions and 3 deletions

View file

@ -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) {