Commit 16283a5a authored by Dietmar Maurer's avatar Dietmar Maurer

make jslint happy

parent 1602df1e
...@@ -172,7 +172,7 @@ Ext.define('PVE.dc.HAServiceView', { ...@@ -172,7 +172,7 @@ Ext.define('PVE.dc.HAServiceView', {
flex: 1, flex: 1,
sortable: true, sortable: true,
dataIndex: 'last_owner' dataIndex: 'last_owner'
}, }
], ],
listeners: { listeners: {
show: rstore.startUpdate, show: rstore.startUpdate,
...@@ -222,7 +222,8 @@ Ext.define('PVE.dc.HAServiceView', { ...@@ -222,7 +222,8 @@ Ext.define('PVE.dc.HAServiceView', {
Ext.define('PVE.dc.Summary', { Ext.define('PVE.dc.Summary', {
extend: 'Ext.panel.Panel', extend: 'Ext.panel.Panel',
alias: 'widget.pveDcSummary',
alias: ['widget.pveDcSummary'],
initComponent: function() { initComponent: function() {
var me = this; var me = this;
...@@ -236,7 +237,7 @@ Ext.define('PVE.dc.Summary', { ...@@ -236,7 +237,7 @@ Ext.define('PVE.dc.Summary', {
}); });
var nodegrid = Ext.create('PVE.dc.NodeView', { var nodegrid = Ext.create('PVE.dc.NodeView', {
title: gettext('Nodes'), title: gettext('Nodes'),
border: false, border: false,
region: 'center', region: 'center',
flex: 3 flex: 3
...@@ -256,6 +257,7 @@ Ext.define('PVE.dc.Summary', { ...@@ -256,6 +257,7 @@ Ext.define('PVE.dc.Summary', {
} }
} }
}); });
me.callParent();
me.callParent();
} }
}); });
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment