From 16283a5a31747d89a916e112ef5c68f5d83a30b7 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 23 Dec 2011 11:37:19 +0100 Subject: [PATCH] make jslint happy --- www/manager/dc/Summary.js | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/www/manager/dc/Summary.js b/www/manager/dc/Summary.js index 30524354..7c9eec9a 100644 --- a/www/manager/dc/Summary.js +++ b/www/manager/dc/Summary.js @@ -172,7 +172,7 @@ Ext.define('PVE.dc.HAServiceView', { flex: 1, sortable: true, dataIndex: 'last_owner' - }, + } ], listeners: { show: rstore.startUpdate, @@ -222,7 +222,8 @@ Ext.define('PVE.dc.HAServiceView', { Ext.define('PVE.dc.Summary', { extend: 'Ext.panel.Panel', - alias: 'widget.pveDcSummary', + + alias: ['widget.pveDcSummary'], initComponent: function() { var me = this; @@ -236,7 +237,7 @@ Ext.define('PVE.dc.Summary', { }); var nodegrid = Ext.create('PVE.dc.NodeView', { - title: gettext('Nodes'), + title: gettext('Nodes'), border: false, region: 'center', flex: 3 @@ -256,6 +257,7 @@ Ext.define('PVE.dc.Summary', { } } }); - me.callParent(); + + me.callParent(); } }); -- 2.39.5