Skip to content

Commit cc01b02

Browse files
committed
added missing claszz
1 parent 6a0430f commit cc01b02

File tree

1 file changed

+1
-1
lines changed
  • core/src/main/resources/jenkins/model/GlobalQuietPeriodConfiguration

1 file changed

+1
-1
lines changed

core/src/main/resources/jenkins/model/GlobalQuietPeriodConfiguration/config.jelly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ THE SOFTWARE.
2525
<?jelly escape-by-default='true'?>
2626
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form">
2727
<f:entry title="${%Quiet period}" field="quietPeriod">
28-
<f:number min="0"/>
28+
<f:number min="0" clazz="number"/>
2929
</f:entry>
3030
</j:jelly>

0 commit comments

Comments
 (0)