fix formatting on cron input

This commit is contained in:
Andrew 2022-01-09 01:24:04 -05:00
parent 83db2bc3e4
commit 935ee66560

View File

@ -86,7 +86,7 @@
<div id="ifAdvanced" style="display: none;">
<div class="form-group">
<label for="cron">Cron <small class="text-muted ml-1"> - Input your cron string</small> </label>
<input type="input" class="form-control" name="cron" id="cron" value="* * * * backup_server" placeholder="Cron" required>
<input type="input" class="form-control" name="cron" id="cron" value="" placeholder="* * * * backup_server" required>
</div>
</div>