aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation/generator_tables.py
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2020-02-13 13:23:18 +0100
committerTibor Frank <tifrank@cisco.com>2020-02-13 12:26:33 +0000
commit7eff6e591b771050c86908e2ca938ae01c90ea07 (patch)
tree17bedcad4a176c94fb7f8ef785b7e4f0161ddbab /resources/tools/presentation/generator_tables.py
parentccce065b49e86169d2966a6be765db586b93bb9c (diff)
Report: Format of tables
Change-Id: I783ad52f7efab0e99d5238c0af0432aa77155193 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit b47c8f8ed56880eda3f64cf06abd47155ea97db0)
Diffstat (limited to 'resources/tools/presentation/generator_tables.py')
-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 dd81ef4b0b..1fa6a41216 100644
--- a/resources/tools/presentation/generator_tables.py
+++ b/resources/tools/presentation/generator_tables.py
@@ -396,7 +396,7 @@ def table_merged_details(table, input_data):
if column[u"data"].split(u" ")[1] in (u"name", ):
col_data = f" |prein| {col_data} |preout| "
if column[u"data"].split(u" ")[1] in \
- (u"conf-history", u"show-run"):
+ (u"conf-history", u"show-run", u"msg"):
col_data = col_data.replace(u" |br| ", u"", 1)
col_data = f" |prein| {col_data[:-5]} |preout| "
row_lst.append(f'"{col_data}"')