remove service_definition from fieldset
All checks were successful
Build and Deploy Staging / build (push) Successful in 49s
Tests / test (push) Successful in 23s
Build and Deploy Staging / deploy (push) Successful in 8s

This commit is contained in:
Tobias Brunner 2025-03-25 13:40:11 +01:00
parent a520fdeb4a
commit 99da47fa11
No known key found for this signature in database

View file

@ -124,7 +124,7 @@ class ControlPlaneAdmin(admin.ModelAdmin):
fieldsets = ( fieldsets = (
( (
None, None,
{"fields": ("name", "description", "cloud_provider", "service_definition")}, {"fields": ("name", "description", "cloud_provider")},
), ),
( (
_("API Credentials"), _("API Credentials"),