Compare commits

..

2 Commits

Author SHA1 Message Date
Shaun Arman
9d5390df5b fix(proxmox): resolve 11 dashboard UI and API issues
Some checks failed
Test / frontend-tests (pull_request) Successful in 1m42s
Test / frontend-typecheck (pull_request) Successful in 1m52s
PR Review Automation / review (pull_request) Successful in 4m50s
Test / rust-fmt-check (pull_request) Failing after 12m23s
Test / rust-clippy (pull_request) Successful in 13m39s
Test / rust-tests (pull_request) Successful in 15m8s
- Action menu: fix click-outside closing, positioning, opacity, and functionality
- VM metrics: fix CPU %, memory/disk bars with formatBytes helper, uptime formatting
- list_cluster_tasks: remove invalid 'limit' query parameter causing 400 error
- list_views/list_certificates: handle 501 Not Implemented gracefully
- list_proxmox_datastores: fetch per-node storage via /nodes/{node}/storage
- list_proxmox_backup_jobs: use cluster-level /cluster/backup endpoint
- Tests: update integration tests to use PROXMOX_HOST env var

Fixes:
- Action menu not closing when clicking away
- CPU/memory/disk/uptime displaying raw values
- Storage not displaying data
- Backup jobs not showing details
- Tasks API returning 400 Bad Request
- Views/Certificates APIs causing errors on older Proxmox versions
2026-06-20 23:39:33 -05:00
a0e507b16b Merge pull request 'fix: resolve Proxmox authentication response parsing error' (#126) from fix/proxmox-auth-decoding into beta
Some checks failed
Release Beta / autotag (push) Successful in 8s
Release Beta / changelog (push) Successful in 1m33s
Test / frontend-tests (push) Successful in 1m42s
Test / frontend-typecheck (push) Successful in 1m51s
Release Beta / build-macos-arm64 (push) Successful in 7m11s
Release Beta / build-linux-amd64 (push) Successful in 10m38s
Release Beta / build-windows-amd64 (push) Successful in 11m37s
Release Beta / build-linux-arm64 (push) Successful in 12m56s
Test / rust-fmt-check (push) Successful in 18m0s
Test / rust-clippy (push) Successful in 19m22s
Test / rust-tests (push) Successful in 20m52s
Renovate / renovate (push) Failing after 33s
Reviewed-on: #126
2026-06-21 03:13:37 +00:00

Diff Content Not Available