mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2025-01-19 17:55:29 +01: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'] }}">
|
<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="start" value="start">Start Server</option>
|
||||||
<option id="restart" value="restart">Restart 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="backup" value="backup">Backup Server</option>
|
||||||
<option id="command" value="command">Custon Command</option>
|
<option id="command" value="command">Custon Command</option>
|
||||||
</select>
|
</select>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user