Match default app auto-update pattern with box code

This commit is contained in:
Girish Ramakrishnan
2020-05-30 09:42:51 -07:00
parent 4352d9c698
commit f18fdd4a46

View File

@@ -194,7 +194,7 @@
<div class="col-md-12">
<div class="radio">
<label>
<input type="radio" name="scheduleRadio" ng-model="autoUpdate.pattern" value="00 30 1,3,5,23 * * *">
<input type="radio" name="scheduleRadio" ng-model="autoUpdate.pattern" value="00 15 1,3,5,23 * * *">
Every night
</label>
</div>