mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-04-05 20:03:48 +00:00
update proxmox-dashboard.tsx
This commit is contained in:
@@ -240,7 +240,7 @@ export function ProxmoxDashboard() {
|
|||||||
// Delay to allow initial connection attempt, then refresh to ensure proper connection
|
// Delay to allow initial connection attempt, then refresh to ensure proper connection
|
||||||
const timeoutId = setTimeout(() => {
|
const timeoutId = setTimeout(() => {
|
||||||
setComponentKey(prev => prev + 1)
|
setComponentKey(prev => prev + 1)
|
||||||
}, 1500)
|
}, 500)
|
||||||
|
|
||||||
return () => clearTimeout(timeoutId)
|
return () => clearTimeout(timeoutId)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -855,7 +855,7 @@ def proxmox_webhook():
|
|||||||
resp.headers['Retry-After'] = '60'
|
resp.headers['Retry-After'] = '60'
|
||||||
return resp, 429
|
return resp, 429
|
||||||
|
|
||||||
# <EFBFBD><EFBFBD>─ Layers 2-5: Remote-only checks ──
|
# ── Layers 2-5: Remote-only checks ──
|
||||||
if not is_localhost:
|
if not is_localhost:
|
||||||
# Layer 2: Shared secret
|
# Layer 2: Shared secret
|
||||||
try:
|
try:
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ import time
|
|||||||
import threading
|
import threading
|
||||||
from typing import Set, List, Tuple, Optional
|
from typing import Set, List, Tuple, Optional
|
||||||
|
|
||||||
# ─── Configuration ───────────────────────────────────────────────────────────
|
# ─── Configuration ───────────────────────<EFBFBD><EFBFBD><EFBFBD>───────────────────────────────────
|
||||||
|
|
||||||
# Grace period durations (seconds)
|
# Grace period durations (seconds)
|
||||||
STARTUP_VM_GRACE_SECONDS = 180 # 3 minutes for VM/CT start aggregation
|
STARTUP_VM_GRACE_SECONDS = 180 # 3 minutes for VM/CT start aggregation
|
||||||
|
|||||||
@@ -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"; }
|
log() { echo -e "$1" | tee -a "$LOG_FILE"; }
|
||||||
header() {
|
header() {
|
||||||
echo "" | tee -a "$LOG_FILE"
|
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} $1${NC}" | tee -a "$LOG_FILE"
|
||||||
echo -e "${BOLD}━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━${NC}" | tee -a "$LOG_FILE"
|
echo -e "${BOLD}━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━${NC}" | tee -a "$LOG_FILE"
|
||||||
}
|
}
|
||||||
@@ -684,7 +684,7 @@ show_menu() {
|
|||||||
echo -ne " Select: "
|
echo -ne " Select: "
|
||||||
}
|
}
|
||||||
|
|
||||||
# ── Main ────────────────────────────────────────────────────────
|
# ── Main ────────────────────────────────────────<EFBFBD><EFBFBD><EFBFBD>───────────────
|
||||||
main() {
|
main() {
|
||||||
local mode="${1:-menu}"
|
local mode="${1:-menu}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user