mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-13 03:49:36 -06:00
Merge feature
This commit is contained in:
parent
c7d94bd529
commit
d192c1e352
@ -677,6 +677,7 @@ class PowerOutletTypeV1(ModularComponentTypeV1, CabledObjectMixinV1, PathEndpoin
|
|||||||
)
|
)
|
||||||
class PowerOutletTemplateTypeV1(ModularComponentTemplateTypeV1):
|
class PowerOutletTemplateTypeV1(ModularComponentTemplateTypeV1):
|
||||||
power_port: Annotated["PowerPortTemplateTypeV1", strawberry.lazy('dcim.graphql.types_v1')] | None
|
power_port: Annotated["PowerPortTemplateTypeV1", strawberry.lazy('dcim.graphql.types_v1')] | None
|
||||||
|
color: str
|
||||||
|
|
||||||
|
|
||||||
@strawberry_django.type(
|
@strawberry_django.type(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user