♻️ v4: 去掉添加 Agent ID 要求 需要更新面板 close #83

This commit is contained in:
naiba
2021-01-30 17:10:51 +08:00
parent 777cfd84ca
commit 0cdd0626f3
13 changed files with 52 additions and 76 deletions

View File

@@ -17,7 +17,7 @@
<textarea name="Command"></textarea>
</div>
<div class="field">
<label>执行服务器ID列表</label>
<label>执行服务器列表</label>
<div class="ui fluid multiple servers search selection dropdown">
<input type="hidden" name="ServersRaw">
<i class="dropdown icon"></i>

View File

@@ -13,11 +13,10 @@
<table class="ui very basic table">
<thead>
<tr>
<th>排序</th>
<th>ID(排序)</th>
<th>名称</th>
<th>分组</th>
<th>IP</th>
<th>ID</th>
<th>密钥</th>
<th>备注</th>
<th>管理</th>
@@ -26,11 +25,10 @@
<tbody>
{{range $server := .Servers}}
<tr>
<td>{{$server.DisplayIndex}}</td>
<td>{{$server.ID}}({{$server.DisplayIndex}})</td>
<td>{{$server.Name}}</td>
<td>{{$server.Tag}}</td>
<td>{{$server.Host.IP}}</td>
<td>{{$server.ID}}</td>
<td>{{$server.Secret}}</td>
<td style="word-break: break-word;">{{$server.Note}}</td>
<td>