update proxmox-dashboard.tsx

This commit is contained in:
MacRimi
2026-03-31 18:51:38 +02:00
parent c04b514a2a
commit ad5803ef9c
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -34,7 +34,7 @@ LOG_FILE="/tmp/proxmenux_real_test_$(date +%Y%m%d_%H%M%S).log"
log() { echo -e "$1" | tee -a "$LOG_FILE"; }
header() {
echo "" | tee -a "$LOG_FILE"
echo -e "${BOLD}━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━${NC}" | tee -a "$LOG_FILE"
echo -e "${BOLD}━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━${NC}" | tee -a "$LOG_FILE"
echo -e "${BOLD} $1${NC}" | tee -a "$LOG_FILE"
echo -e "${BOLD}━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━${NC}" | tee -a "$LOG_FILE"
}
@@ -684,7 +684,7 @@ show_menu() {
echo -ne " Select: "
}
# ── Main ───────────────────────────────────────────────────────
# ── Main ───────────────────────────────────────────────────────
main() {
local mode="${1:-menu}"