feat: 后台服务器备注 close #72

This commit is contained in:
naiba
2021-01-20 19:24:59 +08:00
parent 29bc810a8f
commit ec17948fe4
12 changed files with 83 additions and 66 deletions

View File

@@ -15,10 +15,11 @@
<tr>
<th>权重</th>
<th>备注</th>
<th>标签</th>
<th>分组</th>
<th>IP</th>
<th>ID</th>
<th>密钥</th>
<th>隐藏备注</th>
<th>管理</th>
</tr>
</thead>
@@ -31,6 +32,7 @@
<td>{{$server.Host.IP}}</td>
<td>{{$server.ID}}</td>
<td>{{$server.Secret}}</td>
<td style="word-break: break-word;">{{$server.Note}}</td>
<td>
<div class="ui mini icon buttons">
<button class="ui button" onclick="addOrEditServer({{$server.Marshal}})">
@@ -38,7 +40,7 @@
</button>
<button class="ui button"
onclick="showConfirm('删除节点','确认删除此监控节点?',deleteRequest,'/api/server/'+{{$server.ID}})">
<i class="delete icon"></i>
<i class="trash alternate outline icon"></i>
</button>
</div>
</td>