From bc0d050f25399718e44b5eefc8d50e0f638d3a6c Mon Sep 17 00:00:00 2001 From: Reena Aheer Date: Fri, 17 Feb 2023 10:34:59 +0100 Subject: [PATCH] remove colon if not entered any app --- apimanager/metrics/templates/metrics/custom_summary.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apimanager/metrics/templates/metrics/custom_summary.html b/apimanager/metrics/templates/metrics/custom_summary.html index bb822fa..a95e0b2 100644 --- a/apimanager/metrics/templates/metrics/custom_summary.html +++ b/apimanager/metrics/templates/metrics/custom_summary.html @@ -63,7 +63,7 @@
{% block tab_content %}
-

{% if include_app_names != "" %} {{ include_app_names }} : {% endif %}{{ from_date }} - {{ to_date }}

+

{% if include_app_names != "" %} {{ include_app_names }} : {% endif %}{{ from_date }} - {{ to_date }}

@@ -144,6 +144,7 @@ {% endblock %} + {% block extrajs %} {% endblock extrajs %}