mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 15:06:48 +00:00
simplify/ Metric
This commit is contained in:
parent
fd01579f8e
commit
40f815bb8b
@ -81,7 +81,7 @@
|
||||
</tr>-->
|
||||
<tr>
|
||||
<td>{% trans "Calls per minute" %}:</td>
|
||||
<td style="background-color:#FF0000">{%for item in calls_per_hour_list%}<li>{{item}}</li>{% endfor %}</td>
|
||||
<td style="background-color:#FF0000">{%for item in calls_per_hour_list%}<li><ol>{{item}}</ol></li>{% endfor %}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{% trans "Calls per minute" %}:</td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user