aboutsummaryrefslogtreecommitdiffstats
path: root/lib/srtgui/templates/management.html
diff options
context:
space:
mode:
Diffstat (limited to 'lib/srtgui/templates/management.html')
-rw-r--r--lib/srtgui/templates/management.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/srtgui/templates/management.html b/lib/srtgui/templates/management.html
index 9b1e6456..b99f4613 100644
--- a/lib/srtgui/templates/management.html
+++ b/lib/srtgui/templates/management.html
@@ -26,12 +26,12 @@
<tr>
<td><a class="btn btn-info btn-lg" href="{% url 'triage_cves' %}">Triage CVE's</a></td>
- <td>Triage the CVE's</td>
+ <td>Triage the CVE's ({{cve_new}})</td>
</tr>
<tr>
<td><a class="btn btn-info btn-lg" href="{% url 'manage_notifications' %}">Pending notifications</a></td>
- <td>Triage the pending notifications</td>
+ <td>Triage the pending notifications ({{notification_total}})</td>
</tr>
<tr>
@@ -57,7 +57,7 @@
<tr>
<td><a class="btn btn-info btn-lg" href="{% url 'maintenance' %}?nocache=1">Maintenance</a></td>
- <td>Maintenance utilities</td>
+ <td>Maintenance utilities ({{errorlog_total}})</td>
</tr>
{% endif %}