mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 16:39:14 +00:00
add missing ShowInterfacesRoute
This commit is contained in:
parent
09d764c290
commit
a653fb5b47
@ -142,6 +142,12 @@ App.ShowChatsRoute = Ember.Route.extend({
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
App.ShowInterfacesRoute = Ember.Route.extend({
|
||||||
|
setupController: function(controller) {
|
||||||
|
App.showInterfacesController.load();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
App.ShowTasksRoute = Ember.Route.extend({
|
App.ShowTasksRoute = Ember.Route.extend({
|
||||||
setupController: function(controller) {
|
setupController: function(controller) {
|
||||||
App.showTasksController.load();
|
App.showTasksController.load();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user