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:
@@ -37,7 +37,7 @@ def banner():
|
||||
print(_c(C.CYN, " |") + _c(C.WHT + C.BOLD,
|
||||
" TrueNAS ES24N IOM Configuration Tool ") + _c(C.CYN, " |"))
|
||||
print(_c(C.CYN, " |") + _c(C.DIM,
|
||||
" Serial Config & Firmware Updates (stdlib only) ") + _c(C.CYN, " |"))
|
||||
" Serial Config & Firmware Updates ") + _c(C.CYN, " |"))
|
||||
print(_c(C.CYN, " +" + "-" * w + "+"))
|
||||
print()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user