实现节点分组管理

This commit is contained in:
GoEdgeLab
2020-10-28 18:21:11 +08:00
parent 4c8ea8953b
commit 7aa62ea822
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 {