generated from root/miduo_server
服务器列表小bug修改
parent
abc6f30c08
commit
de80f88b6a
|
|
@ -43,8 +43,8 @@
|
|||
data-live-search="true"
|
||||
data-width="300px"
|
||||
data-actions-box="true">
|
||||
<option th:each="server:${serverInfos}" th:if="${server.status != -2}" th:value="${server.server_id}"
|
||||
th:text="${server.server_id}+'-'+${server.name}"></option>
|
||||
<option th:each="server:${serverInfos}" th:if="${server.getStatus() != '-2'}" th:value="${server.getServer_id()}"
|
||||
th:text="${server.getServer_id()}+'-'+${server.getName()}"></option>
|
||||
</select>
|
||||
<select name="status2" class="input-text" id="status2" style="width: 200px;"><!--下拉列表-->
|
||||
<option value="0">关闭</option>
|
||||
|
|
|
|||
|
|
@ -49,8 +49,8 @@
|
|||
data-live-search="true"
|
||||
data-width="300px"
|
||||
data-actions-box="true">
|
||||
<option th:each="server:${serverInfo}" th:value="${server.server_id}"
|
||||
th:text="${server.server_id}+'-'+${server.name}"></option>
|
||||
<option th:each="server:${serverInfo}" th:value="${server.getServer_id()}"
|
||||
th:text="${server.getServer_id()}+'-'+${server.getName()}"></option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@
|
|||
<p>2、天眼公会监控</p>
|
||||
<p>3、服务器列表添加缓存,可以使用列表右上角的刷新按钮更新最新数据</p>
|
||||
<p>4、订单功能无法使用0秒参数bug修改</p>
|
||||
<p>5、服务器列表小bug修改</p>
|
||||
</div>
|
||||
<footer class="footer mt-20">
|
||||
</footer>
|
||||
|
|
|
|||
Loading…
Reference in New Issue