mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-06 13:40:06 +00:00
update: 使用 "ServerGroup" 标签在服务器相关页面
This commit is contained in:
2
resource/template/component/server.html
vendored
2
resource/template/component/server.html
vendored
@@ -9,7 +9,7 @@
|
|||||||
<input type="text" name="name" placeholder="{{tr "EinsteinLightspeed1"}}">
|
<input type="text" name="name" placeholder="{{tr "EinsteinLightspeed1"}}">
|
||||||
</div>
|
</div>
|
||||||
<div class="field">
|
<div class="field">
|
||||||
<label>{{tr "Tag"}}</label>
|
<label>{{tr "ServerGroup"}}</label>
|
||||||
<input type="text" name="Tag" placeholder="{{tr "ServerGroup"}}">
|
<input type="text" name="Tag" placeholder="{{tr "ServerGroup"}}">
|
||||||
</div>
|
</div>
|
||||||
<div class="field">
|
<div class="field">
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
<th><button onclick="checkAllServer()" class="ui mini nezha-primary-btn button">{{tr "SelectAll"}}</button></th>
|
<th><button onclick="checkAllServer()" class="ui mini nezha-primary-btn button">{{tr "SelectAll"}}</button></th>
|
||||||
<th>ID({{tr "DisplayIndex"}})</th>
|
<th>ID({{tr "DisplayIndex"}})</th>
|
||||||
<th>{{tr "Name"}}</th>
|
<th>{{tr "Name"}}</th>
|
||||||
<th>{{tr "Tag"}}</th>
|
<th>{{tr "ServerGroup"}}</th>
|
||||||
<th>IP</th>
|
<th>IP</th>
|
||||||
<th>{{tr "VersionNumber"}}</th>
|
<th>{{tr "VersionNumber"}}</th>
|
||||||
<th>{{tr "Secret"}}</th>
|
<th>{{tr "Secret"}}</th>
|
||||||
@@ -34,7 +34,7 @@
|
|||||||
<td><input type="checkbox" class="nezha-servers" value="{{$server.ID}}" /></td>
|
<td><input type="checkbox" class="nezha-servers" value="{{$server.ID}}" /></td>
|
||||||
<td>{{$server.ID}}({{$server.DisplayIndex}})</td>
|
<td>{{$server.ID}}({{$server.DisplayIndex}})</td>
|
||||||
<td>{{$server.Name}}</td>
|
<td>{{$server.Name}}</td>
|
||||||
<td>{{$server.Tag}}</td>
|
<td>{{$server.ServerGroup}}</td>
|
||||||
<td>{{$server.Host.IP}}</td>
|
<td>{{$server.Host.IP}}</td>
|
||||||
<td>{{$server.Host.Version}}</td>
|
<td>{{$server.Host.Version}}</td>
|
||||||
<td>{{$server.Secret}}</td>
|
<td>{{$server.Secret}}</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user