Rename main menu option 1 to "Configure Network Settings (serial)"
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -12,7 +12,7 @@ Usage:
|
|||||||
|
|
||||||
All files in the modules/ subdirectory must be present:
|
All files in the modules/ subdirectory must be present:
|
||||||
ui.py, serial_port.py, models.py, redfish.py,
|
ui.py, serial_port.py, models.py, redfish.py,
|
||||||
workflow_serial.py, workflow_firmware.py
|
workflow_serial.py, workflow_firmware.py, workflow_check.py
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import os
|
import os
|
||||||
@@ -31,7 +31,7 @@ def main():
|
|||||||
while True:
|
while True:
|
||||||
banner()
|
banner()
|
||||||
draw_box([
|
draw_box([
|
||||||
f" {_c(C.BOLD, '1')} Configure a new ES24N shelf (serial)",
|
f" {_c(C.BOLD, '1')} Configure Network Settings (serial)",
|
||||||
f" {_c(C.BOLD, '2')} Update IOM / Fabric Card Firmware",
|
f" {_c(C.BOLD, '2')} Update IOM / Fabric Card Firmware",
|
||||||
f" {_c(C.BOLD, '3')} System Check",
|
f" {_c(C.BOLD, '3')} System Check",
|
||||||
f" {_c(C.BOLD, '4')} Exit",
|
f" {_c(C.BOLD, '4')} Exit",
|
||||||
|
|||||||
Reference in New Issue
Block a user