mirror of
https://github.com/grafana/grafana.git
synced 2025-01-16 11:42:35 -06:00
Fixed loading path for home dashboard
This commit is contained in:
parent
a28e4de3bd
commit
df51be02bf
@ -12,7 +12,7 @@ function (angular) {
|
||||
var db = datasourceSrv.getGrafanaDB();
|
||||
|
||||
if (!$routeParams.id) {
|
||||
backendSrv.get('api/dashboards/home').then(function(result) {
|
||||
backendSrv.get('/api/dashboards/home').then(function(result) {
|
||||
$scope.initDashboard(result, $scope);
|
||||
},function() {
|
||||
$scope.initDashboard({}, $scope);
|
||||
|
Loading…
Reference in New Issue
Block a user