Some improvements in metric

This commit is contained in:
Reena-cell 2023-02-01 11:59:28 +01:00
parent 1ef3fdbb0d
commit 6774b365ae

View File

@ -4,7 +4,7 @@
{% block nav_tabs %}
<a href="{% url 'api-metrics' %}?{{ request.GET.urlencode }}">{% trans "List" %}</a>
<li><ul class="active"></ul></li><a href="{% url 'api-metrics-summary-partial-function' %}?{{ request.GET.urlencode }}" class="active">{% trans "Summary by Partial Function" %}</a></ul></li>
<li><ul class="active"><a href="{% url 'api-metrics-summary-partial-function' %}?{{ request.GET.urlencode }}" class="active">{% trans "Summary by Partial Function" %}</a></ul></li>
{% endblock nav_tabs %}
{% block tab_content %}