mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-27 18:42:35 +00:00
make jslint happy
This commit is contained in:
parent
d07264e613
commit
d33750a19c
@ -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', {
|
|||||||
|
|
||||||
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;
|
||||||
@ -256,6 +257,7 @@ Ext.define('PVE.dc.Summary', {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
me.callParent();
|
me.callParent();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user