编辑定时任务时周期未变更的BUG

pull/329932/MERGE
Karson 2017-06-22 23:14:32 +08:00
parent 99ec34cd68
commit bc1980b1fd
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
<div class="form-group">
<label for="schedule" class="control-label col-xs-12 col-sm-2">{:__('Schedule')}:</label>
<div class="col-xs-12 col-sm-8">
<input type="text" class="form-control" id="schedule" style="font-size:12px;font-family: Verdana;word-spacing:23px;" name="row[schedule]" value="* * * * *" data-rule="required; remote(general/crontab/check_schedule)" />
<input type="text" class="form-control" id="schedule" style="font-size:12px;font-family: Verdana;word-spacing:23px;" name="row[schedule]" value="{$row.schedule}" data-rule="required; remote(general/crontab/check_schedule)" />
<div id="schedulepicker">
<pre><code>* * * * *
- - - - -