mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-08 04:47:06 +00:00
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:
parent
7688e9b5b0
commit
bb966bd117
@ -17,7 +17,7 @@ Ext.define('PVE.node.DNSView', {
|
|||||||
win.show();
|
win.show();
|
||||||
};
|
};
|
||||||
|
|
||||||
Ext.applyIf(me, {
|
Ext.apply(me, {
|
||||||
url: "/api2/json/nodes/" + nodename + "/dns",
|
url: "/api2/json/nodes/" + nodename + "/dns",
|
||||||
cwidth1: 130,
|
cwidth1: 130,
|
||||||
interval: 1000,
|
interval: 1000,
|
||||||
|
Loading…
Reference in New Issue
Block a user