CSIT-1041: Trending dashboard 53/11753/1
authorTibor Frank <tifrank@cisco.com>
Fri, 13 Apr 2018 10:16:04 +0000 (12:16 +0200)
committerTibor Frank <tifrank@cisco.com>
Fri, 13 Apr 2018 10:16:56 +0000 (12:16 +0200)
Change-Id: I09097843d4d7f659db9a3133bb6e1c457bcd1ac1
Signed-off-by: Tibor Frank <tifrank@cisco.com>
resources/tools/presentation/generator_tables.py

index 92a292b..81f022e 100644 (file)
@@ -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])