小优化:修改服务器信息时,未运营服务器可以继续保持未运营状态

master
duhui 2022-02-21 00:32:15 +08:00
parent 44f4b2de28
commit e50dd21649
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@
<div class="formControls col-xs-8 col-sm-9">
<select th:name="status" class="input-text" id="status"><!--下拉列表-->
<div th:switch="*{getStatus()}">
<option th:if="*{getStatus().equals('-2')}" th:value="-2">未运营</option>
<option th:value="0">关闭</option>
<option th:value="1">维护</option>
<option th:value="2">流畅</option>