mirror of
https://github.com/Karaka-Management/oms-Monitoring.git
synced 2026-01-22 21:38:41 +00:00
fix table overflow
This commit is contained in:
parent
aa9009c1c9
commit
595b8961d5
|
|
@ -26,6 +26,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
|
||||
<div class="row">
|
||||
<div class="box col-xs-12 wf-100">
|
||||
<div class="slider">
|
||||
<table class="default sticky">
|
||||
<caption><?= $this->getHtml('Files'); ?><i class="fa fa-download floatRight download btn"></i></caption>
|
||||
<thead>
|
||||
|
|
@ -52,5 +53,6 @@ echo $this->getData('nav')->render(); ?>
|
|||
); ?>
|
||||
<?php endforeach; ?>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user