aboutsummaryrefslogtreecommitdiffstats
path: root/lib/srtgui/templates/cve-nist-local.html
diff options
context:
space:
mode:
Diffstat (limited to 'lib/srtgui/templates/cve-nist-local.html')
-rwxr-xr-xlib/srtgui/templates/cve-nist-local.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/srtgui/templates/cve-nist-local.html b/lib/srtgui/templates/cve-nist-local.html
index 7e722cf9..31236a42 100755
--- a/lib/srtgui/templates/cve-nist-local.html
+++ b/lib/srtgui/templates/cve-nist-local.html
@@ -1,7 +1,7 @@
<!-- vvvvvvvvvvvvvvvvvvvvvvvvvvvvvv -->
<!-- Row: Description and Quick Info -->
- <div class="row">
+ <div class="row" style="padding-left: 25px;">
<div class="col-md-5">
<div>
<h3>Description</h3>
@@ -33,9 +33,10 @@
{% for cv in object.cve_to_vulnerability.all %}
{% if not forloop.first %}| {% endif %}<a href="{% url 'vulnerability' cv.vulnerability.pk %}">{{cv.vulnerability.name}}</a>
{% endfor %}
- {% else %}
- None found
{% endif %}
+ <button class="execute btn btn-info" id="submit-create-vulnerability" style="margin-bottom: 5px; margin-top: 5px;">Create Vulnerability</button>
+ <button class="execute btn btn-info" id="submit-attach-vulnerability" style="margin-bottom: 5px; margin-top: 0px;">Attach Vulnerability</button>
+ <input type="text" id="vulnerability_name" name="vulnerability_name" size="20" placeholder="(Vunerability name)">
</dd>
{% endif %}