aboutsummaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorMaciek Konstantynowicz <mkonstan@cisco.com>2018-04-27 14:40:18 +0100
committerMaciek Konstantynowicz <mkonstan@cisco.com>2018-04-27 14:40:18 +0100
commit4b0cfe0c10db3b821233c803c5587039fb1498a7 (patch)
tree8cfa4be08f1ee6c31b4a342a796f7b1c49e24f22 /resources
parent656847dee807b10f89c17d212a0c08848164ee67 (diff)
Trend dashboard table header fixes adjustments.
Change-Id: I186e07a53c0de8722584af927ac3b84331e73609 Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com>
Diffstat (limited to 'resources')
-rw-r--r--resources/tools/presentation/generator_tables.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py
index e388b1f7c7..9264dcd3a1 100644
--- a/resources/tools/presentation/generator_tables.py
+++ b/resources/tools/presentation/generator_tables.py
@@ -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
- header = ["Test Case",
+ header = [" Test Case",
"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"