Skip to content

Commit

Permalink
Remove 'Workspace' and 'Recent Changes' project summary buttons (#6918)
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik authored Jul 26, 2022
1 parent 8f0bb28 commit f861741
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,25 +31,16 @@ THE SOFTWARE.
<p:projectActionFloatingBox />

<table style="margin-top: 1em; margin-left:1em;">

<j:forEach var="act" items="${it.prominentActions}">
<j:set var="icon" value="${act.iconClassName != null ? act.iconClassName : act.iconFileName}"/>
<t:summary icon="${icon}" href="${act.urlName}">
${act.displayName}
</t:summary>
</j:forEach>
<t:summary icon="symbol-folder" href="ws/" permission="${it.WORKSPACE}">
${%Workspace}
</t:summary>

<t:artifactList caption="${%Last Successful Artifacts}"
build="${it.lastSuccessfulBuild}" baseURL="lastSuccessfulBuild/"
permission="${it.lastSuccessfulBuild.ARTIFACTS}"/>

<t:summary icon="symbol-changes" href="changes">
${%Recent Changes}
</t:summary>

</table>

<!-- merge fragments from the actions -->
Expand Down

0 comments on commit f861741

Please sign in to comment.