Skip to content

Commit

Permalink
Use app bar tag for configure system page
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Jan 9, 2022
1 parent 2915caa commit 4f00ce4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions core/src/main/resources/jenkins/model/Jenkins/configure.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,10 @@ THE SOFTWARE.
<l:layout permissions="${app.MANAGE_AND_SYSTEM_READ}" title="${%Configure System}">
<st:include page="sidepanel.jelly" />
<f:breadcrumb-config-outline title="${%Configure System}" />

<l:app-bar title="${%Configure System}" />

<l:main-panel>
<div class="jenkins-app-bar">
<div class="jenkins-app-bar__content">
<h1>${%Configure System}</h1>
</div>
</div>
<div class="behavior-loading"><l:spinner text="${%LOADING}"/></div>
<f:form method="post" name="config" action="configSubmit" class="jenkins-form">
<j:set var="instance" value="${it}" />
Expand Down

0 comments on commit 4f00ce4

Please sign in to comment.