Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2905 from recena/JENKINS-44563
[JENKINS-44563] Use one-column layout for REST API page
  • Loading branch information
daniel-beck committed Jun 3, 2017
2 parents 7fe0621 + 4fc5825 commit aff0b92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/src/main/resources/hudson/model/Api/index.jelly
Expand Up @@ -24,8 +24,8 @@ THE SOFTWARE.

<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form" xmlns:i="jelly:fmt">
<l:layout title="Remote API">
<l:main-panel>
<l:layout title="Remote API" type="one-column">
<l:main-panel>
<h1>REST API</h1>

<p>
Expand Down Expand Up @@ -151,5 +151,5 @@ THE SOFTWARE.

<st:include it="${it.bean}" page="_api.jelly" optional="true" />
</l:main-panel>
</l:layout>
</l:layout>
</j:jelly>

0 comments on commit aff0b92

Please sign in to comment.