Add download to tables

This commit is contained in:
Dennis Eichhorn 2019-02-17 18:58:41 +01:00
parent 0731ce9bde
commit 16d0fdc7f1
2 changed files with 2 additions and 2 deletions

View File

@ -167,7 +167,7 @@ echo $this->getData('nav')->render(); ?>
?>
<div class="box w-100">
<table class="table darkred">
<caption><?= $this->getHtml('Logs'); ?></caption>
<caption><?= $this->getHtml('Logs'); ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead>
<tr>
<td>IP

View File

@ -22,7 +22,7 @@ echo $this->getData('nav')->render(); ?>
<div class="col-xs-12">
<div class="box wf-100">
<table class="table darkred">
<caption><?= $this->getHtml('Suppliers'); ?></caption>
<caption><?= $this->getHtml('Suppliers'); ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead>
<tr>
<td><?= $this->getHtml('ID', 0, 0); ?>