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

@@ -42,6 +42,7 @@ async def ui():
if event == "save_report":
if not value["save_report"] == "":
asyncio.create_task(save_report(value["save_report"]))
window["save_report"].update("")
if event == "select_all_ips":
if len(value["ip_table"]) == len(window["ip_table"].Values):
window["ip_table"].update(select_rows=())