allow manual ordering of cloud provider
This commit is contained in:
parent
7bd09ec6aa
commit
3f6fc4a86e
4 changed files with 37 additions and 3 deletions
|
@ -9,7 +9,7 @@ from hub.services.models import (
|
|||
def provider_list(request):
|
||||
providers = (
|
||||
CloudProvider.objects.filter(disable_listing=False)
|
||||
.order_by("name")
|
||||
.order_by("order")
|
||||
.prefetch_related("offerings", "consulting_partners")
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue