mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-25 19:20:30 +08:00
[域名解析]优化解析状态显示
This commit is contained in:
@@ -45,6 +45,9 @@ func init() {
|
||||
Post("/sync", new(domains.SyncAction)).
|
||||
Get("/routesPopup", new(domains.RoutesPopupAction)).
|
||||
GetPost("/selectPopup", new(domains.SelectPopupAction)).
|
||||
Get("/clustersPopup", new(domains.ClustersPopupAction)).
|
||||
Get("/nodesPopup", new(domains.NodesPopupAction)).
|
||||
Get("/serversPopup", new(domains.ServersPopupAction)).
|
||||
EndData().
|
||||
|
||||
// 问题修复
|
||||
|
||||
Reference in New Issue
Block a user