mirror of
https://github.com/grafana/grafana.git
synced 2024-12-01 21:19:28 -06:00
Merge pull request #3947 from utkarshcmu/route-fix
Fixed snapshot route
This commit is contained in:
commit
a6c736b8a2
@ -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',
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user