Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (116 Bytes)

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