feat(profiler): fixed issues with frontend perf profiler

This commit is contained in:
Torkel Ödegaard
2016-06-16 08:28:50 +02:00
parent 2ceb58d0c4
commit 1ae24b366f
5 changed files with 17 additions and 26 deletions

View File

@@ -5,6 +5,7 @@ function (coreModule) {
"use strict";
coreModule.default.controller('LoadDashboardCtrl', function($scope, $routeParams, dashboardLoaderSrv, backendSrv, $location) {
$scope.appEvent("dashboard-fetch-start");
if (!$routeParams.slug) {
backendSrv.get('/api/dashboards/home').then(function(homeDash) {