price comparison improved

This commit is contained in:
Tobias Brunner 2025-05-30 13:36:09 +02:00
parent e06105942b
commit d987f62471
Signed by: tobru
SSH key fingerprint: SHA256:kOXg1R6c11XW3/Pt9dbLdQvOJGFAy+B2K6v6PtRWBGQ
3 changed files with 68 additions and 46 deletions

View file

@ -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")