reorder: deploy, edit, status, remove, remote, dash, quit

This commit is contained in:
admin 2026-08-02 09:09:16 +00:00
parent c96fb88fbd
commit e5e1697402

View file

@ -59,9 +59,9 @@ func showMenu() {
fmt.Println()
fmt.Println("─── Main Menu ───")
fmt.Println(" [1] Deploy a node")
fmt.Println(" [2] Remove a node")
fmt.Println(" [3] Edit a node")
fmt.Println(" [4] Show status")
fmt.Println(" [2] Edit a node")
fmt.Println(" [3] Show status")
fmt.Println(" [4] Remove a node")
fmt.Println(" [5] Remote tunnel")
fmt.Println(" [6] Dashboard (TUI)")
fmt.Println(" [q] Quit")
@ -71,11 +71,11 @@ func showMenu() {
case "1":
deployMenu()
case "2":
removeMenu()
case "3":
editMenu()
case "4":
case "3":
showStatus()
case "4":
removeMenu()
case "5":
startTunnel()
case "6":