mirror of https://github.com/gophish/gophish
Commented out functionality that isn't implemented - Preparing for v0.1 release
parent
47619a8426
commit
8dcbfed3a3
|
@ -30,6 +30,7 @@
|
|||
<h1 class="page-header" id="page-title">Results for campaign.name</h1>
|
||||
</div>
|
||||
<div class="row">
|
||||
<!--
|
||||
<div class="btn-group">
|
||||
<button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown">
|
||||
<i class="fa fa-cogs fa-lg"></i>
|
||||
|
@ -42,6 +43,7 @@
|
|||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
-->
|
||||
<button type="button" class="btn btn-danger" data-toggle="tooltip" data-placement="right" title="Delete Campaign" onclick="deleteCampaign()">
|
||||
<i class="fa fa-times fa-lg"></i>
|
||||
</button>
|
||||
|
|
Loading…
Reference in New Issue