diff --git a/netbox/netbox/forms.py b/netbox/netbox/forms.py index 72a3ab8de..0521f2d2f 100644 --- a/netbox/netbox/forms.py +++ b/netbox/netbox/forms.py @@ -30,6 +30,10 @@ OBJ_TYPE_CHOICES = ( ('Tenancy', ( ('tenant', 'Tenants'), )), + ('Virtualization', ( + ('cluster', 'Clusters'), + ('virtualmachine', 'Virtual machines'), + )), )