aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2018-04-13 12:16:04 +0200
committerTibor Frank <tifrank@cisco.com>2018-04-13 12:16:56 +0200
commitbe6a64548431c215ba265ee2edc6dc2eb2bff947 (patch)
tree7846b413b6044cad27f815722aaeb364849de73b /resources/tools
parentd0e06e9bc675e87f84af534af822cf2490e0337a (diff)
CSIT-1041: Trending dashboard
Change-Id: I09097843d4d7f659db9a3133bb6e1c457bcd1ac1 Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools')
-rw-r--r--resources/tools/presentation/generator_tables.py2
1 files changed, 1 insertions, 1 deletions
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])