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.
1 parent 3ca3a39 commit c7d31c6Copy full SHA for c7d31c6
core/src/main/resources/lib/layout/settings-subpage.jelly
@@ -46,8 +46,14 @@ THE SOFTWARE.
46
]]>
47
</st:attribute>
48
<st:attribute name="noDefer">
49
+ Optional, disables the deferred loading for the page.
50
+ This can be useful if you need to access 'request2' or do advanced JavaScript.
51
+ Defaults to false if not set.
52
53
<st:attribute name="includeSidepanel">
54
+ This is internal only - do not use this.
55
+ Optional, includes the sidepanel for if the Experimental Manage Jenkins is disabled.
56
57
58
</st:documentation>
59
0 commit comments