mirror of
https://github.com/gophish/gophish
synced 2024-11-15 08:47:17 +00:00
Adding Back Button on Campaign Results Page
Added back button on campaign results page.
This commit is contained in:
parent
cf97520ddf
commit
0b803ac6d7
1 changed files with 3 additions and 0 deletions
|
@ -30,6 +30,9 @@
|
|||
<h1 class="page-header" id="page-title">Results for campaign.name</h1>
|
||||
</div>
|
||||
<div class="row">
|
||||
<button type="button" id="backButton" class="btn btn-default" onclick="window.location='/campaigns'">
|
||||
<i class="fa fa-arrow-circle-o-left fa-lg"></i> Back
|
||||
</button>
|
||||
<button type="button" id="exportButton" class="btn btn-primary" onclick="exportAsCSV()">
|
||||
<i class="fa fa-file-excel-o"></i> Export CSV
|
||||
</button>
|
||||
|
|
Loading…
Reference in a new issue