From 46d32cb1a0e03ef5d7c0ea378c68f5ec33eeee12 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 7 Jul 2025 14:32:56 +0200 Subject: [PATCH] show active filters as list --- hub/services/templates/services/pricelist.html | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/hub/services/templates/services/pricelist.html b/hub/services/templates/services/pricelist.html index 6dd47f2..74df5f0 100644 --- a/hub/services/templates/services/pricelist.html +++ b/hub/services/templates/services/pricelist.html @@ -297,16 +297,17 @@ {% if filter_cloud_provider or filter_service or filter_compute_plan_group or filter_service_level or show_discount_details or show_addon_details or show_price_comparison %}
Active Filters: - {% if filter_cloud_provider %}Cloud Provider: {{ filter_cloud_provider }}{% endif %} - {% if filter_service %}Service: {{ filter_service }}{% endif %} - {% if filter_compute_plan_group %}Group: {{ filter_compute_plan_group }}{% endif %} - {% if filter_service_level %}Service Level: {{ filter_service_level }}{% endif %} - {% if show_discount_details %}Discount Details{% endif %} - {% if show_addon_details %}Addon Details{% endif %} - {% if show_price_comparison %}Price Comparisons{% endif %} +
{% endif %} - {% if pricing_data_by_group_and_service_level %} {% for group_name, service_levels in pricing_data_by_group_and_service_level.items %}