mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2026-03-08 12:25:37 +08:00
改进界面
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<tr>
|
||||
<th style="width:3em"></th>
|
||||
<th>分组名称</th>
|
||||
<th>服务数量</th>
|
||||
<th class="center width10">服务数量</th>
|
||||
<th class="two op">操作</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -24,7 +24,7 @@
|
||||
<tr>
|
||||
<td style="text-align: center;"><i class="icon bars handle grey"></i> </td>
|
||||
<td>{{group.name}}</td>
|
||||
<td>
|
||||
<td class="center">
|
||||
<span v-if="group.countServers > 0">{{group.countServers}}</span>
|
||||
<span v-else class="disabled">0</span>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user