manage-actions.ts is hardcoded to Enhance — cPanel/Hetzner/Proxmox have no service-management surface
Imported from GitHub issue El-SaMa/oma#103 by @El-SaMa.
`apps/web/app/(client)/services/[id]/manage-actions.ts` directly imports `EnhanceClient` and calls Enhance-only helpers (`getEffectiveCredential()`, `getProvisionedRef()`). cPanel and Hetzner services have zero management actions available to customers today (no suspend, no SSH, no IP management, nothing). The Proxmox admin page is a "Coming Soon" stub not wired into provisioning, sync, or this file at all.
Depends on #94 (IntegrationAdapter interface) — once adapters self-describe their management actions, this file becomes a dispatcher instead of an Enhance-specific implementation.