added fault light option to the board utility

This commit is contained in:
UpstreamData
2022-04-29 10:18:16 -06:00
parent d0aa219a7a
commit 247cf0ccc2
5 changed files with 48 additions and 5 deletions

View File

@@ -29,6 +29,7 @@ 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.Button("LIGHT", key="light"),
sg.Input(visible=False, enable_events=True, key="save_report"),
sg.SaveAs(
"SAVE REPORT",