服务器页面展示修改

master
duhui 2021-11-19 14:37:56 +08:00
parent 564aa21952
commit 651373e828
1 changed files with 9 additions and 7 deletions

View File

@ -64,14 +64,15 @@
<table class="table table-border table-bordered table-bg table-hover table-sort table-responsive">
<thead>
<tr class="text-c" >
<th width="200">server_id</th>
<th width="200">ip:port</th>
<th width="200">开启类型</th>
<th width="150">server_id</th>
<th width="250">ip:port</th>
<th width="100">开启类型</th>
<th width="200">服务器名字</th>
<th width="100">渠道</th>
<th width="200">开服时间</th>
<th width="200">服务器状态</th>
<th width="200">新服推荐</th>
<th width="200">版本号</th>
<th width="120">服务器状态</th>
<th width="100">新服推荐</th>
<th width="100">版本号</th>
<th width="200">上次重启时间</th>
<th width="200">游戏端口状态(160*)</th>
<th width="200">支付端口状态(180*)</th>
@ -84,6 +85,7 @@
<td th:text="${obj.getIpAndPort()}" style="text-align: center;"></td>
<td th:text="${obj.getOpenType()}" style="text-align: center;"></td>
<td th:text="${obj.getName()}" style="text-align: center;"></td>
<td th:text="${obj.getChannel()}" style="text-align: center;"></td>
<td th:text="${obj.getOpenTime()}" style="text-align: center;"></td>
<th th:switch="${obj.getStatus()}" style="text-align: center;">
<span th:case="-2" class="Hui-iconfont" style="color: #8b0000;">未运营 </span>
@ -146,7 +148,7 @@
"bStateSave": true,//状态保存
"pading": false,
"aoColumnDefs": [
{"orderable": false, "aTargets": [2, 3]}// 不参与排序的列
{"orderable": false, "aTargets": [2,4,10,11,12]}// 不参与排序的列
]
});