mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-19 08:39:34 +00:00
Merge branch 'master' into ux-selectpanel
This commit is contained in:
commit
a43b64bd5c
339 changed files with 18550 additions and 6970 deletions
|
|
@ -44,9 +44,11 @@ export default class extends DatatablesController {
|
|||
|
||||
//Enable action button based on selection
|
||||
if (count > 0) {
|
||||
selectPanel.querySelector('button[type="submit"]').disabled = false;
|
||||
selectPanel.classList.remove('d-none');
|
||||
selectPanel.classList.add('sticky-select-bar');
|
||||
} else {
|
||||
selectPanel.querySelector('button[type="submit"]').disabled = true;
|
||||
selectPanel.classList.add('d-none');
|
||||
selectPanel.classList.remove('sticky-select-bar');
|
||||
}
|
||||
|
||||
//Update selection count text
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue