Skip to content

Commit

Permalink
Remove Bootstrap usages (#2440)
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Dec 18, 2023
1 parent 8859d30 commit bfe9c1b
Showing 1 changed file with 2 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:l="/lib/layout" xmlns:f="/lib/form" xmlns:i="jelly:fmt" xmlns:st="jelly:stapler">
<l:layout norefresh="true" type="one-column" title="${%Configuration as Code}" permissions="${app.MANAGE_AND_SYSTEM_READ}">
<l:layout type="one-column" title="${%Configuration as Code}" permissions="${app.MANAGE_AND_SYSTEM_READ}">
<l:main-panel>
<st:adjunct includes="io.jenkins.plugins.casc.assets.index"/>

<div class="container-fluid">
<div class="row">
<div class="col-md-24">
<st:adjunct includes="io.jenkins.plugins.casc.assets.index"/>
<h1>${%Configuration as Code}</h1>

<j:choose>
Expand Down Expand Up @@ -62,11 +58,6 @@
<dl><a href="schema">${%JSON schema}</a></dl>
</dt>
</l:hasPermission>

</div>
</div>
</div>
</l:main-panel>
</l:layout>

</j:jelly>

0 comments on commit bfe9c1b

Please sign in to comment.