applyIf to apply for tbar

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

diff --git a/www/manager6/node/TimeView.js b/www/manager6/node/TimeView.js
index df0a7ed..f706f11 100644
--- a/www/manager6/node/TimeView.js
+++ b/www/manager6/node/TimeView.js
@@ -23,7 +23,7 @@ Ext.define('PVE.node.TimeView', {
            win.show();
        };
 
-       Ext.applyIf(me, {
+       Ext.apply(me, {
            url: "/api2/json/nodes/" + nodename + "/time",
            cwidth1: 150,
            interval: 1000,
-- 
2.1.4


_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to