price comparison improved
This commit is contained in:
parent
e06105942b
commit
d987f62471
3 changed files with 68 additions and 46 deletions
|
@ -387,10 +387,9 @@ class ExternalPricePlansAdmin(ImportExportModelAdmin):
|
|||
"plan_name",
|
||||
"cloud_provider",
|
||||
"service",
|
||||
"currency",
|
||||
"amount",
|
||||
"display_compare_to_count",
|
||||
"date_retrieved",
|
||||
"replicas",
|
||||
)
|
||||
list_filter = ("cloud_provider", "service", "currency", "term")
|
||||
search_fields = ("plan_name", "cloud_provider__name", "service__name")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue