Skip to content

Commit 14f622f

Browse files
committed
namespace class
1 parent 375c7c7 commit 14f622f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/main/resources/hudson/PluginManager/updates.jelly

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ THE SOFTWARE.
6969
<tr>
7070
<l:isAdmin>
7171
<th data-sort-disable="true">
72-
<l:rowSelectionController class="checkbox-install-plugin">
72+
<l:rowSelectionController class="app-checkbox-install-plugin">
7373
<j:if test="${app.updateCenter.hasIncompatibleUpdates(cache)}">
7474
<button tooltip="${%CompatibleTooltip}" type="button" data-select="compatible" class="jenkins-button jenkins-button--tertiary">
7575
<div class="jenkins-table__checkbox-dropdown__icon">
@@ -101,7 +101,7 @@ THE SOFTWARE.
101101
id="plugin.${p.name}.${p.sourceId}"
102102
checked="${installedOk ? 'checked' : null}"
103103
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"/>
105105
<label for="plugin.${p.name}.${p.sourceId}" />
106106
</span>
107107
</td>

0 commit comments

Comments
 (0)