mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-06 05:30:05 +00:00
♻️ v4: 去掉添加 Agent ID 要求 需要更新面板 close #83
This commit is contained in:
2
resource/template/component/cron.html
vendored
2
resource/template/component/cron.html
vendored
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user