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

b/snf-cyclades-app/synnefo/ui/new_ui/ui/app/routes/network.js
1 1
App.NetworkRoute = Ember.Route.extend({
2
    redirect: function() {
3
        this.transitionTo('network.info'); 
4
    },
5 2
    
6 3
    renderTemplate: function() {
7 4
        
......
38 35

  
39 36
App.NetworkVmConnectedRoute = Ember.Route.extend({
40 37
    renderTemplate: function() {
41
        this.render('details/disk-connected');
38
        this.render('details/network-vm-connected');
42 39
    },
43 40
    model: function () {
44 41
        return this.modelFor("network");

Also available in: Unified diff