[pve-devel] [PATCH manager 4/5] fix applyIf in DNSView

Dominik Csapak d.csapak at proxmox.com
Fri Apr 1 13:11:00 CEST 2016


there was still an applyIf instead of apply,
hiding the Edit button there

Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
 www/manager6/node/DNSView.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/manager6/node/DNSView.js b/www/manager6/node/DNSView.js
index 4dff115..9eacdc7 100644
--- a/www/manager6/node/DNSView.js
+++ b/www/manager6/node/DNSView.js
@@ -17,7 +17,7 @@ Ext.define('PVE.node.DNSView', {
 	    win.show();
 	};
 
-	Ext.applyIf(me, {
+	Ext.apply(me, {
 	    url: "/api2/json/nodes/" + nodename + "/dns",
 	    cwidth1: 130,
 	    interval: 1000,
-- 
2.1.4





More information about the pve-devel mailing list