可以修改节点的DNS设置

This commit is contained in:
刘祥超
2020-11-14 09:42:21 +08:00
parent 8b749fbc60
commit cc6123884d
10 changed files with 332 additions and 2 deletions

View File

@@ -0,0 +1,15 @@
package issues
import "github.com/TeaOSLab/EdgeAdmin/internal/web/actions/actionutils"
type UpdateServerPopupAction struct {
actionutils.ParentAction
}
func (this *UpdateServerPopupAction) Init() {
this.Nav("", "", "")
}
func (this *UpdateServerPopupAction) RunGet(params struct{}) {
this.Show()
}