update system-logs.tsx

This commit is contained in:
MacRimi
2026-03-31 19:38:23 +02:00
parent aaf6dd36f0
commit 39bbc036cd
5 changed files with 8 additions and 8 deletions

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}━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━<EFBFBD><EFBFBD>━━━━━━━━━━━━━${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 ────────────────────────────────────────<EFBFBD><EFBFBD><EFBFBD>───────────────
main() {
local mode="${1:-menu}"