Fix naming for basic/cron schedules

This commit is contained in:
Andrew 2022-01-09 01:16:09 -05:00
parent 592121ef78
commit 83db2bc3e4

View File

@ -42,7 +42,7 @@
<input type="hidden" name="subpage" value="config">
<div class="form-group">
<label for="server_name">Action<small class="text-muted ml-1"></small> </label><br>
<label for="server_name">Basic / Cron Select<small class="text-muted ml-1"></small> </label><br>
<select id="action" name="action" onchange="basicAdvanced(this);" class="form-control form-control-lg select-css">
<option value="basic">Basic</option>
<option value="advanced">Advanced</option>