Confirm success and pause before returning to main menu after firmware update

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-16 13:32:28 -04:00
parent 278c0c03b3
commit fd38d2518e

View File

@@ -297,6 +297,7 @@ def firmware_update_workflow():
rule("Post-Update Firmware Validation") rule("Post-Update Firmware Validation")
_show_fw_versions(targets) _show_fw_versions(targets)
ok("Firmware update complete.")
print() print()
draw_box([ draw_box([
f"{_c(C.YEL, 'IMPORTANT -- For HA (Dual-Controller) Systems:')}", f"{_c(C.YEL, 'IMPORTANT -- For HA (Dual-Controller) Systems:')}",
@@ -306,3 +307,4 @@ def firmware_update_workflow():
" 2. Re-run this tool to update the other controller.", " 2. Re-run this tool to update the other controller.",
], colour=C.YEL) ], colour=C.YEL)
print() print()
prompt("Press Enter to return to main menu")