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.html14
1 files changed, 8 insertions, 6 deletions
diff --git a/lib/srtgui/templates/management.html b/lib/srtgui/templates/management.html
index 2e53ee88..cfdd10d4 100644
--- a/lib/srtgui/templates/management.html
+++ b/lib/srtgui/templates/management.html
@@ -35,8 +35,8 @@
</tr>
<tr>
- <td><a class="btn btn-info btn-lg" href="{% url 'publish' %}">Publish Vulnerabilities</a></td>
- <td>Process the items that are ready to be published</td>
+ <td><a class="btn btn-info btn-lg" href="{% url 'publish' %}">Publish Request</a></td>
+ <td>Process the items that are ready to be published from SRTool</td>
</tr>
<tr>
@@ -44,6 +44,7 @@
<td>Report on the over all response system status</td>
</tr>
+ {% if access.is_admin %}
<tr>
<td><a class="btn btn-info btn-lg" href="{% url 'users' %}">Manage Users</a></td>
<td>Add, edit, and remove users</td>
@@ -53,6 +54,7 @@
<td><a class="btn btn-info btn-lg" href="{% url 'sources' %}">Manage Sources</a></td>
<td>Manage source list, perform manual pulls</td>
</tr>
+ {% endif %}
</table>
</div>
@@ -65,16 +67,16 @@
<dl class="dl-horizontal">
<dt>CVE's: Total Count =</dt>
<dd>
- <a href="{% url 'all-cves' %}"> {{cve_total}} </a>
+ <a href="{% url 'cves' %}"> {{cve_total}} </a>
</dd>
<dt>Pending triaged =</dt>
<dd>
- <a href="{% url 'all-cves' %}?limit=25&page=1&orderby=name&filter=is_status:new&default_orderby=name&filter_value=on&"> {{cve_new}} </a>
+ <a href="{% url 'cves' %}?limit=25&page=1&orderby=name&filter=is_status:new&default_orderby=name&filter_value=on&"> {{cve_new}} </a>
</dd>
<!--
<dt>Open =</dt>
<dd>
- <a href="{% url 'all-cves' %}?limit=25&page=1&orderby=name&filter=is_status:open&default_orderby=name&filter_value=on&"> {{cve_open}} </a>
+ <a href="{% url 'cves' %}?limit=25&page=1&orderby=name&filter=is_status:open&default_orderby=name&filter_value=on&"> {{cve_open}} </a>
</dd>
-->
<dt>Vulnerabilities: Total Count =</dt>
@@ -125,7 +127,7 @@
<dt>Defects: Total Count =</dt>
<dd>
- <a href="{% url 'all-defects' %}" %}> {{defect_total}} </a>
+ <a href="{% url 'defects' %}" %}> {{defect_total}} </a>
</dd>
</dl>