mirror of https://github.com/gophish/gophish
Update campaign_results.html
parent
f249338eb9
commit
9f778651c6
|
@ -20,6 +20,9 @@
|
|||
<ul class="dropdown-menu" aria-labelledby="exportButton">
|
||||
<li>
|
||||
<a href="#" onclick="exportAsCSV('results')">Results</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#" onclick="exportAsCSV('Cleanresults')">Results</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#" onclick="exportAsCSV('events')">Raw Events</a>
|
||||
|
@ -88,4 +91,4 @@
|
|||
</div>
|
||||
{{end}} {{define "scripts"}}
|
||||
<script src="/js/dist/app/campaign_results.min.js"></script>
|
||||
{{end}}
|
||||
{{end}}
|
||||
|
|
Loading…
Reference in New Issue