Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (115 Bytes)

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