Skip to content

Commit

Permalink
Merge pull request #935 from pi-hole/fix/audit-log-button
Browse files Browse the repository at this point in the history
Fix audit log button being too wide
  • Loading branch information
DL6ER authored and AzureMarker committed Sep 11, 2019
2 parents ac8c568 + 1b505f6 commit b5bc583
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions auditlog.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,7 @@
<!-- /.col -->
</div>
<!-- /.row -->
<div class="container">
<div class="row justify-content-md-right">
<div class="col-2">
<button class="btn btn-lg btn-primary btn-block" id="gravityBtn" disabled="true">Update black-/whitelists</button>
</div>
</div>
</div>
<button class="btn btn-lg btn-primary btn-block" id="gravityBtn" disabled="true">Update black-/whitelists</button>

<script src="scripts/pi-hole/js/auditlog.js"></script>

Expand Down

0 comments on commit b5bc583

Please sign in to comment.