mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Fix bug where you could not select Shutdown from tasks
This commit is contained in:
parent
4a4ff16d75
commit
68e22de069
@ -57,7 +57,7 @@
|
||||
<select id="action" name="action" onchange="yesnoCheck(this);" class="form-control form-control-lg select-css" value="{{ data['schedule']['action'] }}">
|
||||
<option id="start" value="start">Start Server</option>
|
||||
<option id="restart" value="restart">Restart Server</option>
|
||||
<option id="shutdown" value="shutdown">Shutdown Server</option>
|
||||
<option id="shutdown" value="stop">Shutdown Server</option>
|
||||
<option id="backup" value="backup">Backup Server</option>
|
||||
<option id="command" value="command">Custon Command</option>
|
||||
</select>
|
||||
|
Loading…
Reference in New Issue
Block a user