mirror of
https://github.com/Karaka-Management/oms-Monitoring.git
synced 2026-01-11 16:38:40 +00:00
Add download to tables
This commit is contained in:
parent
cb9e1d84f9
commit
fc0140f66a
|
|
@ -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') ?>
|
||||
|
|
|
|||
|
|
@ -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') ?>
|
||||
|
|
|
|||
|
|
@ -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') ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user