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

make jslint happy

parent 1602df1e
......@@ -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;
......@@ -256,6 +257,7 @@ Ext.define('PVE.dc.Summary', {
}
}
});
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