Revision 8d7e1e38 ui/static/snf/js/ui/web/ui_single_view.js

b/ui/static/snf/js/ui/web/ui_single_view.js
178 178
            vm = storage.vms.at(index);
179 179
            if (!vm) {
180 180
                // empty list
181
                this.$(".column3").hide();
181 182
                return;
182 183
            }
184
            this.$(".column3").show();
183 185

  
184 186
            if (vm) {
185 187
                this.vm(vm).show();

Also available in: Unified diff