From 2f4a6e25886ce53505f600938d9b2e7d7c4b9d80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Mirc?= Date: Tue, 21 Jun 2016 08:39:52 -0400 Subject: [PATCH] Fix issue #1251 --- .../main/webapp/components/hystrixCommand/hystrixCommand.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/hystrix-dashboard/src/main/webapp/components/hystrixCommand/hystrixCommand.js b/hystrix-dashboard/src/main/webapp/components/hystrixCommand/hystrixCommand.js index c08e32d34..7d46a71f7 100644 --- a/hystrix-dashboard/src/main/webapp/components/hystrixCommand/hystrixCommand.js +++ b/hystrix-dashboard/src/main/webapp/components/hystrixCommand/hystrixCommand.js @@ -115,10 +115,7 @@ function convertAllAvg(data) { convertAvg(data, "errorPercentage", true); convertAvg(data, "latencyExecute_mean", false); - - // the following will break when it becomes a compound string if the property is dynamically changed - convertAvg(data, "propertyValue_metricsRollingStatisticalWindowInMilliseconds", false); - } + } function convertAvg(data, key, decimal) { if (decimal) {