1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

9856 _name to types

This commit is contained in:
Arthur
2024-02-22 16:56:54 -08:00
parent d4812b28fd
commit a5445bb61a
3 changed files with 17 additions and 16 deletions

View File

@@ -75,7 +75,7 @@ class ClusterTypeType(OrganizationalObjectType):
filters=VirtualMachineFilter
)
class VirtualMachineType(ConfigContextMixin, NetBoxObjectType):
pass
_name: str
@strawberry_django.type(