创建集群的时候可以填写DNS信息/集群设置页增加DNS设置功能

This commit is contained in:
刘祥超
2020-11-15 16:28:25 +08:00
parent 5d652c2f77
commit e09f1575b4
16 changed files with 497 additions and 19 deletions

View File

@@ -43,6 +43,7 @@ func init() {
Post("/delete", new(domains.DeleteAction)).
Post("/sync", new(domains.SyncAction)).
Get("/routesPopup", new(domains.RoutesPopupAction)).
GetPost("/selectPopup", new(domains.SelectPopupAction)).
EndData().
// 问题修复