File tree Expand file tree Collapse file tree
plugin/src/main/resources/io/jenkins/plugins/casc/ConfigurationAsCode Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?jelly escape-by-default =' true' ?>
2- <j : jelly xmlns : j =" jelly:core" xmlns : l =" /lib/layout" xmlns : st =" jelly:stapler" >
3- <l : layout type =" one-column" title =" ${%Reference}" permissions =" ${app.MANAGE_AND_SYSTEM_READ}" >
4- <l : breadcrumb title =" ${%Reference}" />
5- <l : main-panel >
6- <link href =' ${rootURL}/plugin/configuration-as-code/css/reference.css' rel =' stylesheet' />
7- <l : app-bar title =" ${%Reference}" />
8-
9- <div class =' sect3' >
10- <j : set var =" casc" value =" ${it}" />
11- <j : forEach items =" ${it.configurators}" var =" c" >
12- <st : include page =" documentation.jelly" it =" ${c}" optional =" true" />
13- </j : forEach >
14- </div >
15- </l : main-panel >
16- </l : layout >
2+ <j : jelly xmlns : j =" jelly:core" xmlns : l =" /lib/layout" xmlns : st =" jelly:stapler" >
3+ <l : layout type =" one-column" title =" ${%Reference}" permissions =" ${app.MANAGE_AND_SYSTEM_READ}" >
4+ <l : breadcrumb title =" ${%Reference}" />
5+ <l : main-panel >
6+ <link href =' ${rootURL}/plugin/configuration-as-code/css/reference.css' rel =' stylesheet' />
7+ <l : app-bar title =" ${%Reference}" />
8+ <div class =' sect3' >
9+ <j : set var =" casc" value =" ${it}" />
10+ <j : forEach items =" ${it.configurators}" var =" c" >
11+ <st : include page =" documentation.jelly" it =" ${c}" optional =" true" />
12+ </j : forEach >
13+ </div >
14+ </l : main-panel >
15+ </l : layout >
1716
1817</j : jelly >
You can’t perform that action at this time.
0 commit comments