From: Seven Du Date: Tue, 4 Jun 2013 01:37:19 +0000 (+0800) Subject: add missing ShowInterfacesRoute X-Git-Tag: v1.2.13~218 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a653fb5b47b2f3759196c76ace6b934264267aa3;p=thirdparty%2Ffreeswitch.git add missing ShowInterfacesRoute --- diff --git a/htdocs/portal/assets/js/fsportal.js b/htdocs/portal/assets/js/fsportal.js index 818a8bf5c8..710e33f2ce 100644 --- a/htdocs/portal/assets/js/fsportal.js +++ b/htdocs/portal/assets/js/fsportal.js @@ -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({ setupController: function(controller) { App.showTasksController.load();