Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / new_ui / ui / javascripts / ember / routes / vm.js @ e4a6c3b8

History | View | Annotate | Download (106 Bytes)

1
App.VmRoute = Ember.Route.extend({
2
    redirect: function() {
3
                   this.transitionTo('vm.info'); 
4
          }
5
});