mirror of
https://github.com/Karaka-Management/oms-Monitoring.git
synced 2026-02-15 00:38:40 +00:00
Fix footer rendering
This commit is contained in:
parent
5efb147ae3
commit
f935e59867
|
|
@ -39,7 +39,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<td class="wf-100"><?= $this->getHtml('Message') ?>
|
<td class="wf-100"><?= $this->getHtml('Message') ?>
|
||||||
<tfoot>
|
<tfoot>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="5"><?= htmlspecialchars($footerView->render(), ENT_COMPAT, 'utf-8'); ?>
|
<td colspan="5"><?= $footerView->render(); ?>
|
||||||
<tbody>
|
<tbody>
|
||||||
<?php foreach ($logs as $key => $value) :
|
<?php foreach ($logs as $key => $value) :
|
||||||
$url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/admin/monitoring/logs/single?{?}&id=' . $key);?>
|
$url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/admin/monitoring/logs/single?{?}&id=' . $key);?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user