Add Proxmox VE sync support

This commit is contained in:
2026-07-10 11:06:12 +02:00
parent 36f158b108
commit 847cc13a8f
16 changed files with 569 additions and 50 deletions
+3
View File
@@ -11,6 +11,7 @@ class VCenterEndpointTable(NetBoxTable):
linkify=True,
)
enabled = BooleanColumn()
provider = ChoiceFieldColumn()
tenant = tables.Column(
linkify=True,
)
@@ -31,6 +32,7 @@ class VCenterEndpointTable(NetBoxTable):
"id",
"name",
"enabled",
"provider",
"host",
"tenant",
"site",
@@ -45,6 +47,7 @@ class VCenterEndpointTable(NetBoxTable):
"pk",
"name",
"enabled",
"provider",
"host",
"tenant",
"cluster",