remove service_definition from fieldset
This commit is contained in:
parent
a520fdeb4a
commit
99da47fa11
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ class ControlPlaneAdmin(admin.ModelAdmin):
|
|||
fieldsets = (
|
||||
(
|
||||
None,
|
||||
{"fields": ("name", "description", "cloud_provider", "service_definition")},
|
||||
{"fields": ("name", "description", "cloud_provider")},
|
||||
),
|
||||
(
|
||||
_("API Credentials"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue