Add download to tables

This commit is contained in:
Dennis Eichhorn 2019-02-17 18:58:41 +01:00
parent cb9e1d84f9
commit fc0140f66a
3 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ echo $this->getData('nav')->render(); ?>
<div class="row">
<div class="box col-xs-12 wf-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><?= $this->getHtml('Timestamp') ?>

View File

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

View File

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