key-report Formatting

Issue #37 resolved
blakeca00 repo owner created an issue

table width varies with length of data elements it contains;

Modify variable fields so that they are a min / max width. Variable Fields:

  • profilename
  • iam user
  • aws accountId

Comments (4)

  1. blakeca00 reporter

    Solved: in setup_table() function, set the following attributes for each field:

    x.min_width[bdwt + 'ProfileName' + frame] = 30   
    x.max_width[bdwt + 'ProfileName' + frame] = 30   
    
  2. Log in to comment