diff options
author | Rex Lee <limingjiang@huawei.com> | 2017-08-01 02:17:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-08-01 02:17:22 +0000 |
commit | 07e6f121f9ff5ef221c483aa9c5ec79811bea913 (patch) | |
tree | 5f19a3264252b513440ec869a9add7dd01af0097 /gui/app/scripts | |
parent | dfac81ab72dbed41b79ab49c3afd9d6e41ffe43f (diff) | |
parent | aae1cd37cbdf2382b002177a3b4c77bdb968c6db (diff) |
Merge "Add yardstick logo in GUI"
Diffstat (limited to 'gui/app/scripts')
-rw-r--r-- | gui/app/scripts/controllers/report.controller.js | 2 |
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'); } |