mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 17:06:45 +00:00
Some improvements in metric
This commit is contained in:
parent
1ef3fdbb0d
commit
6774b365ae
@ -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 %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user