added select all button and functionality

This commit is contained in:
UpstreamData
2022-05-05 13:48:57 -06:00
parent 801cfc4ff8
commit 51dae7375f
4 changed files with 49 additions and 1 deletions

View File

@@ -12,6 +12,13 @@ import logging
progress_bar_len = 0
async def btn_all():
table = "scan_table"
window[table].update(
select_rows=([row for row in range(len(window[table].Values))])
)
async def btn_scan(scan_ip: str):
network = MinerNetwork("192.168.1.0")
if scan_ip: