-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
I am experiencing a problem where adding a row that has strings with \n in them will produce more rows in the table.
e.g.
Adding the following row:
[u'change hostname', u'hostname', [], u'validator1', u'12345678', [], u'this is a text\n\n\n\n\n\n\n\n\n\n']
Produces a table with multiple lines:
+-----------------+--------------+------------+------------+------------+-----------+----------------+
| description | templateName | tenantList | validators | templateId | sitesList | payload |
+-----------------+--------------+------------+------------+------------+-----------+----------------+
| change hostname | hostname | [] | validator1 | 12345678 | [] | this is a text |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
+-----------------+--------------+------------+------------+------------+-----------+----------------+
Metadata
Metadata
Assignees
Labels
No labels