Trend dashboard table header fixes adjustments. 59/12259/1
authorMaciek Konstantynowicz <mkonstan@cisco.com>
Fri, 27 Apr 2018 13:40:18 +0000 (14:40 +0100)
committerMaciek Konstantynowicz <mkonstan@cisco.com>
Fri, 27 Apr 2018 13:40:18 +0000 (14:40 +0100)
Change-Id: I186e07a53c0de8722584af927ac3b84331e73609
Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com>
resources/tools/presentation/generator_tables.py

index e388b1f..9264dcd 100644 (file)
@@ -730,13 +730,13 @@ def table_performance_trending_dashboard(table, input_data):
     data = input_data.filter_data(table, continue_on_error=True)
 
     # Prepare the header of the tables
     data = input_data.filter_data(table, continue_on_error=True)
 
     # Prepare the header of the tables
-    header = ["Test Case",
+    header = ["        Test Case",
               "Trend [Mpps]",
               "Trend [Mpps]",
-              "Short-Term Change [%]",
-              "Long-Term Change [%]",
-              "Regressions [#]",
-              "Progressions [#]",
-              "Outliers [#]"
+              "  Short-Term   Change [%]",
+              "  Long-Term   Change [%]",
+              "  Regressions [#]",
+              "  Progressions [#]",
+              "  Outliers [#]"
               ]
     header_str = ",".join(header) + "\n"
 
               ]
     header_str = ",".join(header) + "\n"