Skip to content

Commit

Permalink
Merge pull request #74 from janfaracik/tweak-sidepanel
Browse files Browse the repository at this point in the history
Remove hierarchal navigation from side panel + change 'Status' icon to match Jenkins
  • Loading branch information
jglick authored Sep 8, 2023
2 parents 98aa37a + a0b71fa commit eb9fa85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions src/main/resources/hudson/model/ExternalJob/sidepanel.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ THE SOFTWARE.
<j:set var="url" value="${h.getNearestAncestorUrl(request,it)}"/>
<l:side-panel>
<l:tasks>
<l:task icon="icon-up icon-md" href="${rootURL}/" title="${%Back to Dashboard}" />
<l:task icon="icon-search icon-md" href="." title="${%Status}" />
<l:task icon="symbol-details" href="." title="${%Status}" />
<p:configurable/>
<st:include page="actions.jelly" />
</l:tasks>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ THE SOFTWARE.
<l:header title="${it.fullDisplayName}" />
<l:side-panel>
<l:tasks>
<l:task icon="icon-up icon-md" href="${rootURL}/${it.parent.url}" title="${%Back to Job}" contextMenu="false"/>
<l:task icon="icon-terminal icon-md" href="." title="${%Console Output}" />
<j:if test="${(!h.isArtifactsPermissionEnabled() or h.isArtifactsPermissionEnabled() and h.hasPermission(it,attrs.permission)) and it.hasArtifacts}">
<l:task icon="icon-package icon-md" href="artifacts-index" title="${%Artifacts}" />
Expand Down

0 comments on commit eb9fa85

Please sign in to comment.