Merge pull request #186 from AkkiaS7/master [skip ci]

update: 使用 "ServerGroup" 标签在服务器相关页面

Co-authored-by: AkkiaS7 <68485070+AkkiaS7@users.noreply.github.com>
This commit is contained in:
naiba 2022-04-30 23:10:04 +08:00 committed by GitHub
commit 175a2abac1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@
<input type="text" name="name" placeholder="{{tr "EinsteinLightspeed1"}}">
</div>
<div class="field">
<label>{{tr "Tag"}}</label>
<label>{{tr "ServerGroup"}}</label>
<input type="text" name="Tag" placeholder="{{tr "ServerGroup"}}">
</div>
<div class="field">

View File

@ -19,7 +19,7 @@
<th><button onclick="checkAllServer()" class="ui mini nezha-primary-btn button">{{tr "SelectAll"}}</button></th>
<th>ID({{tr "DisplayIndex"}})</th>
<th>{{tr "Name"}}</th>
<th>{{tr "Tag"}}</th>
<th>{{tr "ServerGroup"}}</th>
<th>IP</th>
<th>{{tr "VersionNumber"}}</th>
<th>{{tr "Secret"}}</th>
@ -34,7 +34,7 @@
<td><input type="checkbox" class="nezha-servers" value="{{$server.ID}}" /></td>
<td>{{$server.ID}}({{$server.DisplayIndex}})</td>
<td>{{$server.Name}}</td>
<td>{{$server.Tag}}</td>
<td>{{$server.ServerGroup}}</td>
<td>{{$server.Host.IP}}</td>
<td>{{$server.Host.Version}}</td>
<td>{{$server.Secret}}</td>