Revision 44dd6b92

b/ui/static/snf/js/ui/web/ui_single_view.js
169 169
            this.tags_views[vm.id] = new views.VMTagsView(vm, this, true, 20, 10, 35);
170 170
            this.details_views[vm.id] = new views.SingleDetailsView(vm, this);
171 171
            this.action_error_views[vm.id] = new views.VMActionErrorView(vm, this);
172

  
173
            this.vm(vm).hide();
172
            
173
            if (storage.vms.models.length > 1) { this.vm(vm).hide(); };
174 174
        },
175 175

  
176 176
        post_update_vm: function(vm) {

Also available in: Unified diff