update /system-logs.tsx

This commit is contained in:
MacRimi
2026-03-31 20:10:58 +02:00
parent 39bbc036cd
commit 65dfb9103f
5 changed files with 9 additions and 9 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}━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━<EFBFBD><EFBFBD>━━━━━━━━━━━━━${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"
}
@@ -91,7 +91,7 @@ for h in data.get('history', [])[:$diff]:
fi
}
# ── Pre-flight checks ─────────────────────────────────────────
# ── Pre-flight checks ──────────────────────<EFBFBD><EFBFBD><EFBFBD>───────────────────
preflight() {
header "Pre-flight Checks"
@@ -684,7 +684,7 @@ show_menu() {
echo -ne " Select: "
}
# ── Main ────────────────────────────────────────<EFBFBD><EFBFBD><EFBFBD>───────────────
# ── Main ───────────────────────────────────────────────────────
main() {
local mode="${1:-menu}"