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

b/ui/static/snf/js/ui/web/ui_vms_base_view.js
199 199
        // container (e.g. some views might have different
200 200
        // containers for terminated or running machines
201 201
        check_vm_container: function(vm){
202
            if (vm.state() == "DESTROY") { return };
202 203
            var el = this.vm(vm);
203 204
            if (!el.length) { return };
204 205
            var self = this;

Also available in: Unified diff