💄 UI: 前端优化调整

This commit is contained in:
naiba
2021-01-30 11:22:59 +08:00
parent 56baf51ac1
commit 777cfd84ca
18 changed files with 49 additions and 49 deletions

View File

@@ -14,7 +14,7 @@ type Server struct {
Tag string // 分组名
Secret string `json:"-"`
Note string `json:"-"` // 管理员可见备注
DisplayIndex int // 展示权重,越大越靠前
DisplayIndex int // 展示排序,越大越靠前
Host *Host `gorm:"-"`
State *HostState `gorm:"-"`