Remove Proxmox sync support

This commit is contained in:
2026-07-20 14:24:28 +02:00
parent 7d8819c374
commit 6ec4093c97
15 changed files with 192 additions and 752 deletions
+2 -2
View File
@@ -24,7 +24,7 @@ class EndpointProviderChoices(ChoiceSet):
CHOICES = [
(PROVIDER_VMWARE, _("VMware vSphere"), "blue"),
(PROVIDER_PROXMOX, _("Proxmox VE"), "orange"),
(PROVIDER_PROXMOX, _("Proxmox VE (legacy)"), "gray"),
]
@@ -34,5 +34,5 @@ class EndpointAuthMethodChoices(ChoiceSet):
CHOICES = [
(METHOD_PASSWORD, _("Username/password"), "blue"),
(METHOD_API_TOKEN, _("API token"), "green"),
(METHOD_API_TOKEN, _("API token (legacy)"), "gray"),
]