mirror of
https://github.com/Karaka-Management/oms-ClientManagement.git
synced 2026-02-15 08:18:41 +00:00
Add download to tables
This commit is contained in:
parent
f3b3593747
commit
1102b0b993
|
|
@ -263,7 +263,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
?>
|
?>
|
||||||
<div class="box wf-100">
|
<div class="box wf-100">
|
||||||
<table class="table darkred">
|
<table class="table darkred">
|
||||||
<caption><?= $this->getHtml('Logs'); ?></caption>
|
<caption><?= $this->getHtml('Logs'); ?><i class="fa fa-download floatRight download btn"></i></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td>IP
|
<td>IP
|
||||||
|
|
|
||||||
|
|
@ -62,7 +62,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<div class="box wf-100">
|
<div class="box wf-100">
|
||||||
<table class="table darkred">
|
<table class="table darkred">
|
||||||
<caption><?= $this->getHtml('Clients'); ?></caption>
|
<caption><?= $this->getHtml('Clients'); ?><i class="fa fa-download floatRight download btn"></i></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td><?= $this->getHtml('ID', 0, 0); ?>
|
<td><?= $this->getHtml('ID', 0, 0); ?>
|
||||||
|
|
|
||||||
|
|
@ -272,7 +272,7 @@ echo $this->getData('nav')->render();
|
||||||
?>
|
?>
|
||||||
<div class="box wf-100">
|
<div class="box wf-100">
|
||||||
<table class="table darkred">
|
<table class="table darkred">
|
||||||
<caption><?= $this->getHtml('Logs'); ?></caption>
|
<caption><?= $this->getHtml('Logs'); ?><i class="fa fa-download floatRight download btn"></i></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td>IP
|
<td>IP
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user