From: Tibor Frank Date: Fri, 13 Apr 2018 10:16:04 +0000 (+0200) Subject: CSIT-1041: Trending dashboard X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=be6a64548431c215ba265ee2edc6dc2eb2bff947 CSIT-1041: Trending dashboard Change-Id: I09097843d4d7f659db9a3133bb6e1c457bcd1ac1 Signed-off-by: Tibor Frank --- diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py index 92a292b66c..81f022ea47 100644 --- a/resources/tools/presentation/generator_tables.py +++ b/resources/tools/presentation/generator_tables.py @@ -603,7 +603,7 @@ def table_performance_trending_dashboard(table, input_data): rel_change = int(relative_change(float(trend), float(last))) tbl_lst.append([name, - round(float(last) / 1000000, 2), + round(float(trend) / 1000000, 2), change, rel_change, anomaly])