generated from root/miduo_server
小优化:修改服务器信息时,未运营服务器可以继续保持未运营状态
parent
44f4b2de28
commit
e50dd21649
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue