From 4ac65000794b3085e835709bf716d672e5054711 Mon Sep 17 00:00:00 2001 From: Morgan Richomme Date: Tue, 27 Jun 2017 15:14:46 +0200 Subject: 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 +- reporting/pages/app/views/commons/testCaseVisual.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'reporting') diff --git a/reporting/pages/app/scripts/controllers/testvisual.controller.js b/reporting/pages/app/scripts/controllers/testvisual.controller.js index def8e72..ae51e4a 100644 --- a/reporting/pages/app/scripts/controllers/testvisual.controller.js +++ b/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/reporting/pages/app/views/commons/testCaseVisual.html b/reporting/pages/app/views/commons/testCaseVisual.html index 74eb56e..4de4e18 100644 --- a/reporting/pages/app/views/commons/testCaseVisual.html +++ b/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 + -- cgit 1.2.3-korg