Skip to content

Commit

Permalink
Update sidepanel.jelly
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Feb 29, 2024
1 parent 5e26ab5 commit 93966a2
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ THE SOFTWARE.
<l:task icon="symbol-folder" href="${url}/ws/" title="${%Workspace}" permission="${it.WORKSPACE}">
<l:task confirmationMessage="${%wipe.out.confirm}" href="${url}/doWipeOutWorkspace" icon="symbol-trash" permission="${h.isWipeOutPermissionEnabled() ? it.WIPEOUT : it.BUILD}" post="true" requiresConfirmation="true" title="${%Wipe Out Workspace}"/>
</l:task>
<j:if test="${it.configurable}">
<p:configurable/>
</j:if>
<st:include page="actions.jelly" />
</l:tasks>

Expand Down

0 comments on commit 93966a2

Please sign in to comment.