Commit 14f622f 1 parent 375c7c7 commit 14f622f Copy full SHA for 14f622f
File tree 1 file changed +2
-2
lines changed
core/src/main/resources/hudson/PluginManager
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ THE SOFTWARE.
69
69
<tr >
70
70
<l : isAdmin >
71
71
<th data-sort-disable =" true" >
72
- <l : rowSelectionController class =" checkbox-install-plugin" >
72
+ <l : rowSelectionController class =" app- checkbox-install-plugin" >
73
73
<j : if test =" ${app.updateCenter.hasIncompatibleUpdates(cache)}" >
74
74
<button tooltip =" ${%CompatibleTooltip}" type =" button" data-select =" compatible" class =" jenkins-button jenkins-button--tertiary" >
75
75
<div class =" jenkins-table__checkbox-dropdown__icon" >
@@ -101,7 +101,7 @@ THE SOFTWARE.
101
101
id =" plugin.${p.name}.${p.sourceId}"
102
102
checked =" ${installedOk ? 'checked' : null}"
103
103
disabled =" ${installedOk ? 'disabled' : null}"
104
- data-compat-warning =" ${!p.isCompatible(cache)}" class =" checkbox-install-plugin" />
104
+ data-compat-warning =" ${!p.isCompatible(cache)}" class =" app- checkbox-install-plugin" />
105
105
<label for =" plugin.${p.name}.${p.sourceId}" />
106
106
</span >
107
107
</td >
You can’t perform that action at this time.
0 commit comments