From 8f1d18737db969fad21eb2a57721720e4542d7a3 Mon Sep 17 00:00:00 2001 From: Morgan Richomme Date: Tue, 27 Jun 2017 15:14:46 +0200 Subject: [PATCH] bug fix: typo in bottlenecks naming (reporting page) Change-Id: Ifb2047e688117c7c9af33031467f2025d530f187 Signed-off-by: Morgan Richomme --- .../reporting/pages/app/scripts/controllers/testvisual.controller.js | 2 +- utils/test/reporting/pages/app/views/commons/testCaseVisual.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/test/reporting/pages/app/scripts/controllers/testvisual.controller.js b/utils/test/reporting/pages/app/scripts/controllers/testvisual.controller.js index def8e7293..ae51e4ab0 100644 --- a/utils/test/reporting/pages/app/scripts/controllers/testvisual.controller.js +++ b/utils/test/reporting/pages/app/scripts/controllers/testvisual.controller.js @@ -16,7 +16,7 @@ angular.module('opnfvApp') $scope.vsperf = "542,185,640,414"; $scope.stor = "658,187,750,410"; $scope.qtip = "769,190,852,416"; - $scope.bootleneck = "870,192,983,419"; + $scope.bottlenecks = "870,192,983,419"; $scope.noPopArea1 = "26,8,1190,180"; $scope.noPopArea2 = "1018,193,1190,590"; $scope.noPopArea3 = "37,455,1003,584"; diff --git a/utils/test/reporting/pages/app/views/commons/testCaseVisual.html b/utils/test/reporting/pages/app/views/commons/testCaseVisual.html index 74eb56eba..4de4e187f 100644 --- a/utils/test/reporting/pages/app/views/commons/testCaseVisual.html +++ b/utils/test/reporting/pages/app/views/commons/testCaseVisual.html @@ -20,7 +20,7 @@ test test test - test + test test test test @@ -124,4 +124,4 @@ $('#popup').hide(); return true; } - \ No newline at end of file + -- 2.16.6