change some formatting with the board report and fix some bugs

This commit is contained in:
UpstreamData
2022-04-27 16:58:47 -06:00
parent 9c88d21db6
commit 87291e2a89
3 changed files with 16 additions and 2 deletions

View File

@@ -29,11 +29,12 @@ layout = [
sg.Button("ALL", key="select_all_ips"),
sg.Button("REFRESH DATA", key="refresh_data"),
sg.Button("OPEN IN WEB", key="open_in_web"),
sg.Input(key="save_report", visible=False, enable_events=True),
sg.Input(visible=False, enable_events=True, key="save_report"),
sg.SaveAs(
"SAVE REPORT",
key="save_report_button",
file_types=(("PDF Files", "*.pdf"),),
target="save_report",
),
],
[