Skip to content

Commit

Permalink
Default to 1h
Browse files Browse the repository at this point in the history
  • Loading branch information
rsandell committed Apr 17, 2024
1 parent f3f2bb4 commit f38aa81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ THE SOFTWARE.
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:f="/lib/form">
<f:optionalBlock title="${descriptor.displayName}" name="specified" checked="${instance != null}" inline="true" help="${descriptor.helpFile}">
<f:entry title="${%Interval}" field="interval">
<f:select default="1d"/>
<f:select default="1h"/>
</f:entry>
</f:optionalBlock>
</j:jelly>

0 comments on commit f38aa81

Please sign in to comment.