tftsr-devops_investigation/src
Shaun Arman b1f9727e02
Some checks failed
PR Review Automation / review (pull_request) Has been cancelled
Test / frontend-typecheck (pull_request) Has been cancelled
Test / frontend-tests (pull_request) Has been cancelled
Test / rust-fmt-check (pull_request) Has been cancelled
Test / rust-clippy (pull_request) Has been cancelled
Test / rust-tests (pull_request) Has been cancelled
fix(proxmox): replace window.prompt with CloneDialog in VMList
Addresses PR review suggestion: window.prompt() blocks the UI thread and
doesn't match the app's dialog patterns. Replaced with a React Dialog
consistent with MigrationDialog and SnapshotDialog already in the same file.

CloneDialog takes pre-filled VMID (max+1) and name (source-clone), validates
both fields, and calls clone_vm via invoke with loading state on the button.
2026-06-21 21:50:59 -05:00
..
components fix(proxmox): replace window.prompt with CloneDialog in VMList 2026-06-21 21:50:59 -05:00
config feat(tables): implement configurable columns infrastructure 2026-06-09 14:37:04 -05:00
hooks fix(kube): configure Monaco for offline use and fix pod column data (IP/Node/CPU/Memory) 2026-06-09 20:39:10 -05:00
lib feat(proxmox): ISO upload, full CRUD validation, and security hardening 2026-06-21 21:41:57 -05:00
pages feat(proxmox): ISO upload, full CRUD validation, and security hardening 2026-06-21 21:41:57 -05:00
stores fix(performance): resolve memory leaks and add polish features 2026-06-09 13:28:30 -05:00
styles fix(performance): resolve memory leaks and add polish features 2026-06-09 13:28:30 -05:00
App.tsx fix(proxmox): fix VM actions, remove Disk column, add Create VM 2026-06-21 18:01:37 -05:00
main.tsx fix(kube): configure Monaco for offline use and fix pod column data (IP/Node/CPU/Memory) 2026-06-09 20:39:10 -05:00
vite-env.d.ts docs: update documentation for Kubernetes Management UI 2026-06-07 11:09:22 -05:00