mirror of
				https://github.com/TeaOSLab/EdgeAdmin.git
				synced 2025-11-04 05:00:25 +08:00 
			
		
		
		
	选择DNS线路时增加搜索/节点如果没有设置DNS线路就使用默认线路
This commit is contained in:
		@@ -12,6 +12,7 @@ Tea.context(function () {
 | 
			
		||||
 | 
			
		||||
	this.updateNode = function (clusterId, nodeId) {
 | 
			
		||||
		teaweb.popup("/dns/issues/updateNodePopup?clusterId=" + clusterId + "&nodeId=" + nodeId, {
 | 
			
		||||
			width: "46em",
 | 
			
		||||
			height: "26em",
 | 
			
		||||
			callback: function () {
 | 
			
		||||
				teaweb.success("保存成功", function () {
 | 
			
		||||
 
 | 
			
		||||
@@ -20,6 +20,8 @@ Tea.context(function () {
 | 
			
		||||
	this.updateNode = function (clusterId, nodeId) {
 | 
			
		||||
		let that = this
 | 
			
		||||
		teaweb.popup("/dns/issues/updateNodePopup?clusterId=" + clusterId + "&nodeId=" + nodeId, {
 | 
			
		||||
			width: "46em",
 | 
			
		||||
			height: "26em",
 | 
			
		||||
			callback: function () {
 | 
			
		||||
				teaweb.success("保存成功", function () {
 | 
			
		||||
					that.reload()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user