aboutsummaryrefslogtreecommitdiffstats
path: root/gui/app/scripts/controllers/report.controller.js
diff options
context:
space:
mode:
Diffstat (limited to 'gui/app/scripts/controllers/report.controller.js')
-rw-r--r--gui/app/scripts/controllers/report.controller.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/app/scripts/controllers/report.controller.js b/gui/app/scripts/controllers/report.controller.js
index 9b6b5958b..6a62cf8ea 100644
--- a/gui/app/scripts/controllers/report.controller.js
+++ b/gui/app/scripts/controllers/report.controller.js
@@ -54,7 +54,7 @@ angular.module('yardStickGui2App')
}
$scope.goToExternal = function goToExternal(id) {
- var url = External_URL + ':' + $scope.jumpPort + '/dashboard/db' + '/' + id;
+ var url = Grafana_URL +':'+$scope.jumpPort+'/dashboard/db'+ '/' + id;
window.open(url, '_blank');
}