diff --git a/public/app/core/routes/all.js b/public/app/core/routes/all.js index 6c6ec4f0724..2d313d7322f 100644 --- a/public/app/core/routes/all.js +++ b/public/app/core/routes/all.js @@ -138,7 +138,7 @@ define([ controller : 'ResetPasswordCtrl', }) .when('/dashboard/snapshots', { - templateUrl: 'app/features/snapshot/partials/snapshots.html', + templateUrl: 'public/app/features/snapshot/partials/snapshots.html', controller : 'SnapshotsCtrl', controllerAs: 'ctrl', })