Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (125 Bytes)

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