diff --git a/intelligence/company/www/assets/meridian.js b/intelligence/company/www/assets/meridian.js index a4a014b..62d5f6f 100644 --- a/intelligence/company/www/assets/meridian.js +++ b/intelligence/company/www/assets/meridian.js @@ -302,6 +302,11 @@ window.__meridianFetchJsonWithTimeout = window.__meridianFetchJsonWithTimeout || }); Array.prototype.forEach.call(shell.querySelectorAll('[data-bulk-decision]'), function (button) { button.disabled = !selectedCount; + if (button.disabled) { + button.setAttribute('title', 'Select items to enable bulk actions'); + } else { + button.removeAttribute('title'); + } }); } diff --git a/intelligence/company/www/trust-ops.html b/intelligence/company/www/trust-ops.html index e4693a6..acf8a41 100644 --- a/intelligence/company/www/trust-ops.html +++ b/intelligence/company/www/trust-ops.html @@ -135,10 +135,10 @@

Trust Ops Queue

0 selected
- - - - + + + +