Revision ab3df8df snf-cyclades-app/synnefo/ui/static/snf/js/ui/web/ui_main_view.js

b/snf-cyclades-app/synnefo/ui/static/snf/js/ui/web/ui_main_view.js
536 536
            storage.vms.bind("change:status", _.bind(this.check_empty, this));
537 537
            storage.vms.bind("reset", _.bind(this.check_empty, this));
538 538
            storage.quotas.bind("change", _.bind(this.update_create_buttons_status, this));
539
            storage.quotas.bind("add", _.bind(this.update_create_buttons_status, this));
539 540
            
540 541
        },
541 542
        
......
714 715
                synnefo.glance.register();
715 716
            }
716 717
            this.error_view = new views.ErrorView();
718
            this.vm_resize_view = new views.VmResizeView();
717 719
            // api request error handling
718 720
            synnefo.api.bind("error", _.bind(this.handle_api_error, this));
719 721
            synnefo.api.bind("change:error_state", _.bind(this.handle_api_error_state, this));

Also available in: Unified diff