We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7cf707 + be7d70c commit 02851ceCopy full SHA for 02851ce
src/main/resources/bootstrap5/page.jelly
@@ -9,6 +9,10 @@
9
<st:attribute name="notitle" use="optional">
10
Hide the title on top of the page.
11
</st:attribute>
12
+ <st:attribute name="class" use="optional">
13
+ Additional classes to be applied to the page body.
14
+ </st:attribute>
15
+
16
</st:documentation>
17
18
<st:header name="Content-Type" value="text/html;charset=UTF-8"/>
@@ -21,7 +25,7 @@
21
25
22
26
<st:adjunct includes="io.jenkins.plugins.bootstrap5"/>
23
27
24
- <div class="fluid-container">
28
+ <div class="container-fluid ${class}">
29
30
<j:if test="${notitle == null}">
31
<h1>${title}</h1>
0 commit comments