(e)
| 130 | show_system(system_name) |
| 131 | |
| 132 | async def do_clone(e): |
| 133 | close_current_dialog() |
| 134 | clone_system(system_name) |
| 135 | await asyncio.sleep(0) |
| 136 | show_dashboard() |
| 137 | |
| 138 | dlg = ft.AlertDialog( |
| 139 | modal=True, |
nothing calls this directly
no test coverage detected