Add color to PowerOutletTemplate (#20530)

This commit is contained in:
Alexander
2025-10-24 20:11:55 +02:00
committed by GitHub
parent 5bbab7eb47
commit 52d4498caf
9 changed files with 43 additions and 5 deletions

View File

@@ -673,6 +673,7 @@ class PowerOutletType(ModularComponentType, CabledObjectMixin, PathEndpointMixin
)
class PowerOutletTemplateType(ModularComponentTemplateType):
power_port: Annotated["PowerPortTemplateType", strawberry.lazy('dcim.graphql.types')] | None
color: str
@strawberry_django.type(