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
@@ -18,9 +18,9 @@ endpoint_item = PluginMenuItem(
)
menu = PluginMenu(
label="VM Import",
label="VMware Import",
groups=(
("Providers", (endpoint_item,)),
("VMware", (endpoint_item,)),
),
icon_class="mdi mdi-cloud-sync",
)