Use the new app update pattern

This commit is contained in:
Girish Ramakrishnan
2018-03-06 21:30:42 -08:00
parent c8cf050156
commit 105e9e7825

View File

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