tftsr-devops_investigation/src/pages/Proxmox
Shaun Arman 514bbe0a53 feat: implement 100% Proxmox PDM feature parity - UI components
- Add 8 new UI components: AclList, AddRemoteForm, ContainerConsole, ContainerOverview, EditRemoteForm, RemoveRemoteDialog, VMConsole, VMOverview
- Add 13 Proxmox management pages: ACLPage, BackupPage, CephPage, CertificatesPage, ContainersPage, FirewallPage, HAPage, NetworkPage, RemotesPage, SDNPage, StoragePage, TasksPage, VMsPage
- Add 13 new routes to App.tsx for Proxmox management pages
- All components use existing UI components from src/components/ui/index.tsx
- TypeScript and ESLint pass with 0 errors
- All tests pass

Files changed: 24 files, +2199 insertions
2026-06-11 13:41:36 -05:00
..
ACLPage.tsx feat: implement 100% Proxmox PDM feature parity - UI components 2026-06-11 13:41:36 -05:00
BackupPage.tsx feat: implement 100% Proxmox PDM feature parity - UI components 2026-06-11 13:41:36 -05:00
CephPage.tsx feat: implement 100% Proxmox PDM feature parity - UI components 2026-06-11 13:41:36 -05:00
CertificatesPage.tsx feat: implement 100% Proxmox PDM feature parity - UI components 2026-06-11 13:41:36 -05:00
ContainersPage.tsx feat: implement 100% Proxmox PDM feature parity - UI components 2026-06-11 13:41:36 -05:00
FirewallPage.tsx feat: implement 100% Proxmox PDM feature parity - UI components 2026-06-11 13:41:36 -05:00
HAPage.tsx feat: implement 100% Proxmox PDM feature parity - UI components 2026-06-11 13:41:36 -05:00
NetworkPage.tsx feat: implement 100% Proxmox PDM feature parity - UI components 2026-06-11 13:41:36 -05:00
RemotesPage.tsx feat: implement 100% Proxmox PDM feature parity - UI components 2026-06-11 13:41:36 -05:00
SDNPage.tsx feat: implement 100% Proxmox PDM feature parity - UI components 2026-06-11 13:41:36 -05:00
StoragePage.tsx feat: implement 100% Proxmox PDM feature parity - UI components 2026-06-11 13:41:36 -05:00
TasksPage.tsx feat: implement 100% Proxmox PDM feature parity - UI components 2026-06-11 13:41:36 -05:00
VMsPage.tsx feat: implement 100% Proxmox PDM feature parity - UI components 2026-06-11 13:41:36 -05:00