Fix bug where you could not select Shutdown from tasks

This commit is contained in:
Andrew 2022-01-11 19:09:46 -05:00
parent 4a4ff16d75
commit 68e22de069

View File

@ -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>