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

b/ui/static/snf/js/ui/web/ui_create_view.js
30 30
            _.bindAll(this, 'show_password');
31 31

  
32 32
            this.password = this.$("#new-machine-password");
33

  
34
            this.$(".show-machine").click(_.bind(function(){
35
                this.hide();
36
                snf.ui.main.show_vm_details(storage.vms.get(this.vm_id));
37
            }, this));
33 38
        },
34 39
        
35 40
        show_password: function() {

Also available in: Unified diff