remove superfluous button container

This commit is contained in:
glaszig 2021-04-22 16:35:59 +01:00
parent c624c36f31
commit 779bce7cc8
1 changed files with 3 additions and 5 deletions

View File

@ -71,11 +71,9 @@
<?php endforeach ?>
<?php endif ?>
</div><!-- /.row -->
<div class="col-lg-12">
<div class="row">
<button type="button" onClick="window.location.reload();" class="btn btn-outline btn-primary"><i class="fas fa-sync-alt"></i> <?php echo _("Refresh") ?></a>
</div>
</div>
<button type="button" onClick="window.location.reload();" class="btn btn-outline btn-primary"><i class="fas fa-sync-alt"></i> <?php echo _("Refresh") ?></a>
</div>
</div>
</div><!-- /.card-body -->