mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 11:18:03 +00:00
report.css, lf_report.py , lf_check.py : formatting updates to have
report anchored left Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
@@ -1140,7 +1140,7 @@ Example :
|
||||
|
||||
# generate output reports
|
||||
report.set_title("LF Check: lf_check.py")
|
||||
report.build_banner()
|
||||
report.build_banner_left()
|
||||
report.start_content_div2()
|
||||
report.set_table_title("LF Check Test Results")
|
||||
report.build_table_title()
|
||||
@@ -1149,7 +1149,7 @@ Example :
|
||||
html_results = check.get_html_results()
|
||||
report.set_custom_html(html_results)
|
||||
report.build_custom()
|
||||
report.build_footer_no_png()
|
||||
report.build_footer()
|
||||
html_report = report.write_html_with_timestamp()
|
||||
print("html report: {}".format(html_report))
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user