mirror of
				https://github.com/TeaOSLab/EdgeAdmin.git
				synced 2025-11-04 13:10:26 +08:00 
			
		
		
		
	可以在节点列表中直接修改节点所属线路
This commit is contained in:
		@@ -47,6 +47,7 @@ func init() {
 | 
			
		||||
			Get("/thresholds", new(thresholds.IndexAction)).
 | 
			
		||||
			Get("/detail", new(node.DetailAction)).
 | 
			
		||||
			GetPost("/boards", new(nodeboards.IndexAction)).
 | 
			
		||||
			GetPost("/updateDNSPopup", new(node.UpdateDNSPopupAction)).
 | 
			
		||||
 | 
			
		||||
			// 分组相关
 | 
			
		||||
			Prefix("/clusters/cluster/groups").
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user