实现节点分组管理

This commit is contained in:
刘祥超
2020-10-28 18:21:11 +08:00
parent 94a4db2e1d
commit cd4f4c41f6
18 changed files with 354 additions and 2 deletions

View File

@@ -13,7 +13,8 @@ type UpgradeRemoteAction struct {
}
func (this *UpgradeRemoteAction) Init() {
this.Nav("", "", "")
this.Nav("", "node", "install")
this.SecondMenu("nodes")
}
func (this *UpgradeRemoteAction) RunGet(params struct {