Revision 48c5b3ea snf-cyclades-app/synnefo/ui/new_ui/ui/app/routes/volume.js

b/snf-cyclades-app/synnefo/ui/new_ui/ui/app/routes/volume.js
1 1
App.VolumeRoute = Ember.Route.extend({
2 2

  
3
    redirect: function() {
4
        this.transitionTo('volume.info'); 
5
    },
6 3
    
7 4
    renderTemplate: function() {
8 5
        
......
41 38

  
42 39
App.VolumeVmConnectedRoute = Ember.Route.extend({
43 40
    renderTemplate: function() {
44
        this.render('details/disk-connected');
41
        this.render('details/volume-vm-connected');
45 42
    },
46 43
    model: function () {
47 44
        return this.modelFor("volume");

Also available in: Unified diff