This commit is contained in:
parent
a5875cf2b9
commit
ff5761ddc7
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ class ControlPlaneAdmin(admin.ModelAdmin):
|
|||
search_fields = ("name", "description")
|
||||
autocomplete_fields = ("cloud_provider",)
|
||||
actions = ["test_kubernetes_connection"]
|
||||
ordering = ('name',)
|
||||
ordering = ("name",)
|
||||
|
||||
fieldsets = (
|
||||
(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue