[pve-devel] [PATCH manager v2 1/2] ext6migrate: fix store load race condition
Dietmar Maurer
dietmar at proxmox.com
Mon Mar 14 17:20:58 CET 2016
applied, but this patch has some coding style errors - see comments
> www/manager6/dc/Summary.js | 2 +-
> www/manager6/form/ComboGrid.js | 4 ++--
> www/manager6/lxc/Config.js | 2 +-
> www/manager6/node/Config.js | 2 +-
> www/manager6/panel/LogView.js | 4 ++++
> www/manager6/qemu/Config.js | 2 +-
> www/manager6/storage/ContentView.js | 5 +----
> 7 files changed, 11 insertions(+), 10 deletions(-)
>
> diff --git a/www/manager6/dc/Summary.js b/www/manager6/dc/Summary.js
> index ba9f774..76c4d67 100644
> --- a/www/manager6/dc/Summary.js
> +++ b/www/manager6/dc/Summary.js
> @@ -76,7 +76,7 @@ Ext.define('PVE.dc.NodeView', {
>
> me.callParent();
>
> - rstore.on('load', function(s, records, success) {
> + me.mon(rstore,'load', function(s, records, success) {
missing white space before 'load'
same error several times - please send a fix.
More information about the pve-devel
mailing list