Revision c343513e ui/static/snf/js/ui/web/ui_vms_base_view.js

b/ui/static/snf/js/ui/web/ui_vms_base_view.js
121 121
            // create if it does not exist
122 122
            if (this.vm(vm).length == 0) {
123 123
                this.create_vm(vm);
124
                this.post_add(vm);
125 124
                this.vm(vm).show();
125
                this.post_add(vm);
126 126
            }
127 127

  
128 128
            return this.vm(vm);
......
412 412
                this.update_layout();
413 413

  
414 414
            }, this),  _.bind(function() {
415
                if (self.hide) {
416
                    this.hovered = false;
417
                    this.update_layout();
418
                }
415
                this.hovered = false;
416
                this.update_layout();
419 417
            }, this));
420 418

  
421 419
            

Also available in: Unified diff