mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Fix naming for basic/cron schedules
This commit is contained in:
parent
592121ef78
commit
83db2bc3e4
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user