mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 11:48:03 +00:00
lf_cisco_power.py : added information heading to Warnings and Errors
This commit is contained in:
@@ -593,7 +593,7 @@ def main():
|
|||||||
worksheet.set_column(col, col, 24) # Set width
|
worksheet.set_column(col, col, 24) # Set width
|
||||||
worksheet.write(row, col, 'Time Stamp\n', dgreen_bold); col += 1
|
worksheet.write(row, col, 'Time Stamp\n', dgreen_bold); col += 1
|
||||||
worksheet.set_column(col, col, 100) # Set width
|
worksheet.set_column(col, col, 100) # Set width
|
||||||
worksheet.write(row, col, 'Warnings and Errors', dgreen_bold_left); col += 1
|
worksheet.write(row, col, 'Information, Warnings, Errors', dgreen_bold_left); col += 1
|
||||||
row += 1
|
row += 1
|
||||||
|
|
||||||
bandwidths = args.bandwidth.split()
|
bandwidths = args.bandwidth.split()
|
||||||
|
|||||||
Reference in New Issue
Block a user