diff --git a/src/javascripts/ng-admin/Main/component/directive/maDashboardPanel.js b/src/javascripts/ng-admin/Main/component/directive/maDashboardPanel.js index 5fb47e94..454a68c2 100644 --- a/src/javascripts/ng-admin/Main/component/directive/maDashboardPanel.js +++ b/src/javascripts/ng-admin/Main/component/directive/maDashboardPanel.js @@ -18,7 +18,7 @@ define(function (require) { }, link: function(scope) { scope.gotoList = function () { - $location.path(scope.entity().name() + '/list/'); + $location.path(scope.entity().name() + '/list'); }; }, template: dashboardPanelView