mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2026-03-20 03:41:40 +00:00
lf_tx_power.py : column width updates
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
committed by
shivam
parent
94c057cbd6
commit
982efe7d99
@@ -632,7 +632,7 @@ def main():
|
||||
worksheet.set_column(col, col, 16) # Set width
|
||||
worksheet.write(row, col, 'Controller\n{testbed_id}'.format(testbed_id=args.testbed_id), dblue_bold)
|
||||
col += 1
|
||||
worksheet.set_column(col, col, 12) # Set width
|
||||
worksheet.set_column(col, col, 20) # Set width
|
||||
worksheet.write(row, col, 'Controller\nChannel', dblue_bold)
|
||||
col += 1
|
||||
worksheet.set_column(col, col, 20) # Set width
|
||||
|
||||
Reference in New Issue
Block a user