Merge "[UX] Align to left the table for the validations run results" into stable/ussuri

This commit is contained in:
Zuul 2021-01-22 01:10:23 +00:00 committed by Gerrit Code Review
commit 2ffb736254
1 changed files with 1 additions and 0 deletions

View File

@ -374,6 +374,7 @@ class TripleOValidatorRun(command.Command):
t = PrettyTable(border=True, header=True, padding_width=1)
# Set Field name by getting the result dict keys
t.field_names = results[0].keys()
t.align = 'l'
for r in results:
if r.get('Status_by_Host'):
h = []