集群设置左侧菜单显示TOA设置状态

This commit is contained in:
刘祥超
2021-06-24 18:03:33 +08:00
parent 17ae34c44f
commit e7c4507b0b
4 changed files with 131 additions and 5 deletions

View File

@@ -0,0 +1,17 @@
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
package metrics
import "github.com/TeaOSLab/EdgeAdmin/internal/web/actions/actionutils"
type UpdateAction struct {
actionutils.ParentAction
}
func (this *UpdateAction) Init() {
this.Nav("", "", "")
}
func (this *UpdateAction) RunGet(params struct{}) {
this.Show()
}