927 - Updates to math in Dashboard area

This commit is contained in:
Jonathan Bobel
2023-11-16 12:02:59 -05:00
parent b58b517fc8
commit 06a15c5afc
6 changed files with 18 additions and 5 deletions
+2 -2
View File
@@ -45,7 +45,7 @@
</thead>
<tbody>
<tr>
<td>{{ 5000 - daily_global_messages_remaining }}</td>
<td>{{ global_message_limit - daily_global_messages_remaining }}</td>
<td>
{{ daily_global_messages_remaining }}
</td>
@@ -54,7 +54,7 @@
</table>
{% if current_user.has_permissions('manage_service') %}
<h3 class='margin-bottom-0'>2023</h3>
<h3 class='margin-bottom-0' id="current-year"></h3>
{{ ajax_block(partials, updates_url, 'usage') }}
{{ show_more(
url_for(".usage", service_id=current_service['id']),