Revision a08a37d2 ui/static/snf/js/ui/web/ui_create_view.js

b/ui/static/snf/js/ui/web/ui_create_view.js
51 51
        show_password: function() {
52 52
            this.$(".show-machine").addClass("in-progress");
53 53
            this.password.text(this.pass);
54
            if (vms.get(this.vm_id)) {
54
            if (storage.vms.get(this.vm_id)) {
55 55
                this.$(".show-machine").removeClass("in-progress");
56 56
            }
57 57
        },

Also available in: Unified diff