@@ -101,7 +101,7 @@ THE SOFTWARE.
id="plugin.${p.name}.${p.sourceId}"
checked="${installedOk ? 'checked' : null}"
disabled="${installedOk ? 'disabled' : null}"
- data-compat-warning="${!p.isCompatible(cache)}"/>
+ data-compat-warning="${!p.isCompatible(cache)}" class="app-checkbox-install-plugin"/>
diff --git a/core/src/main/resources/lib/layout/rowSelectionController.jelly b/core/src/main/resources/lib/layout/rowSelectionController.jelly
index ddacd2e1b1c7..bbb043c62bf9 100644
--- a/core/src/main/resources/lib/layout/rowSelectionController.jelly
+++ b/core/src/main/resources/lib/layout/rowSelectionController.jelly
@@ -26,10 +26,14 @@ THE SOFTWARE.
Controls checkbox selections in tables
+
+ Used for the queryselector to find the checkboxes that should change state when clicking
+ one of the available buttons.
+
-