We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3da9e41 commit a647235Copy full SHA for a647235
core/src/main/resources/hudson/slaves/Cloud/sidepanel.jelly
@@ -31,7 +31,7 @@ THE SOFTWARE.
31
<l:task contextMenu="false" href="${url}/" icon="symbol-computer" title="${%Status}"/>
32
<l:task href="${url}/configure" icon="symbol-settings"
33
title="${app.hasPermission(app.ADMINISTER) ? '%Configure' : '%View Configuration'}"/>
34
- <l:delete permission="${app.ADMINISTER}" title="${%Delete Cloud}" message="${%delete.cloud(it.displayName)}1" urlPrefix="${url}"/>
+ <l:delete permission="${app.ADMINISTER}" title="${%Delete Cloud}" message="${%delete.cloud(it.displayName)}" urlPrefix="${url}"/>
35
<t:actions />
36
</l:tasks>
37
<j:forEach var="action" items="${it.allActions}">
0 commit comments