Skip to content

Commit

Permalink
Merge pull request #278 from NotMyFault/fix-breadcrumbs
Browse files Browse the repository at this point in the history
Add missing breadcrumbs to job configuration
  • Loading branch information
jtnord authored Nov 29, 2022
2 parents 3e23d3c + d706662 commit 8df9950
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ THE SOFTWARE.
xmlns:fo="/lib/folder" xmlns:p="/lib/hudson/project">
<l:layout title="${it.displayName} Config" permission="${it.EXTENDED_READ}">
<j:set var="readOnlyMode" value="${!it.hasPermission(it.CONFIGURE)}" />
<l:breadcrumb title="${%Configuration}" />

<l:header>
<script src="${resURL}/jsbundles/section-to-sidebar-items.js" type="text/javascript" defer="true" />
Expand Down

0 comments on commit 8df9950

Please sign in to comment.