Skip to content

Commit a647235

Browse files
Update core/src/main/resources/hudson/slaves/Cloud/sidepanel.jelly
Co-authored-by: Alexander Brandes <brandes.alexander@web.de>
1 parent 3da9e41 commit a647235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/resources/hudson/slaves/Cloud/sidepanel.jelly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ THE SOFTWARE.
3131
<l:task contextMenu="false" href="${url}/" icon="symbol-computer" title="${%Status}"/>
3232
<l:task href="${url}/configure" icon="symbol-settings"
3333
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}"/>
34+
<l:delete permission="${app.ADMINISTER}" title="${%Delete Cloud}" message="${%delete.cloud(it.displayName)}" urlPrefix="${url}"/>
3535
<t:actions />
3636
</l:tasks>
3737
<j:forEach var="action" items="${it.allActions}">

0 commit comments

Comments
 (0)