fix applyIf in DNSView

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

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2016-04-01 13:11:00 +02:00 committed by Dietmar Maurer
parent 7688e9b5b0
commit bb966bd117

View File

@ -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,