Skip to content

Commit 3f2dfcf

Browse files
committed
Update config.jelly
1 parent fefb9cc commit 3f2dfcf

File tree

1 file changed

+2
-2
lines changed
  • core/src/main/resources/jenkins/model/experimentalflags/UserExperimentalFlagsProperty

1 file changed

+2
-2
lines changed

core/src/main/resources/jenkins/model/experimentalflags/UserExperimentalFlagsProperty/config.jelly

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ THE SOFTWARE.
2828
<j:invokeStatic var="flagConfigs" className="jenkins.model.experimentalflags.UserExperimentalFlag"
2929
method="all"/>
3030

31-
<j:if test="${!empty(flagConfigs)}">
31+
<j:if test="${empty(flagConfigs)}">
3232
<l:notice icon="symbol-flask"
3333
title="${%NoFlagInfo}" />
3434
</j:if>
3535

36-
<j:if test="${empty(flagConfigs)}">
36+
<j:if test="${!empty(flagConfigs)}">
3737
<f:entry field="experimentalFlags">
3838
<f:rowSet name="flags">
3939
<table class="jenkins-table sortable jenkins-!-margin-0">

0 commit comments

Comments
 (0)