Clean up main menu and banner UI labels
Remove (stdlib only) from banner subtitle and (serial) from menu option 1. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -31,7 +31,7 @@ def main():
|
||||
while True:
|
||||
banner()
|
||||
draw_box([
|
||||
f" {_c(C.BOLD, '1')} Configure Network Settings (serial)",
|
||||
f" {_c(C.BOLD, '1')} Configure Network Settings",
|
||||
f" {_c(C.BOLD, '2')} Update IOM / Fabric Card Firmware",
|
||||
f" {_c(C.BOLD, '3')} Query Current Configuration",
|
||||
f" {_c(C.BOLD, '4')} Exit",
|
||||
|
||||
Reference in New Issue
Block a user