Update VM/LXC cards immediately on click instead of waiting for
API response or polling interval. On failure, revert the optimistic
update. Background polling reconciles after 5 seconds.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
- Power operations use /api2/extjs endpoint (not /api2/json)
- Remove unprivileged parameter that causes 400 validation error
- Refetch VM/LXC/node/status after successful power action via SWR mutate
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Clicking the name opens the Proxmox web console in a new tab.
URLs are constructed in the API routes using the configured PROXMOX_API_URL.
Co-Authored-By: Claude <noreply@anthropic.com>
- New POST /api/power route for Proxmox power operations
- powerControl() method in proxmox.js library
- Start/Stop/Restart action buttons in VMList and LXCList tables
- Status feedback banner in Dashboard on power action
Co-Authored-By: Claude <noreply@anthropic.com>