mirror of https://github.com/gophish/gophish
Adding Back Button on Campaign Results Page
Added back button on campaign results page.pull/91/head
parent
cf97520ddf
commit
0b803ac6d7
|
@ -30,6 +30,9 @@
|
||||||
<h1 class="page-header" id="page-title">Results for campaign.name</h1>
|
<h1 class="page-header" id="page-title">Results for campaign.name</h1>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<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()">
|
<button type="button" id="exportButton" class="btn btn-primary" onclick="exportAsCSV()">
|
||||||
<i class="fa fa-file-excel-o"></i> Export CSV
|
<i class="fa fa-file-excel-o"></i> Export CSV
|
||||||
</button>
|
</button>
|
||||||
|
|
Loading…
Reference in New Issue