可以修改节点的DNS设置

This commit is contained in:
GoEdgeLab
2020-11-14 09:42:21 +08:00
parent dd4b190b78
commit 15907371cd
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()
}