aboutsummaryrefslogtreecommitdiff
path: root/app/views/index
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-03-16 23:21:28 +0100
committerGravatar GitHub <noreply@github.com> 2022-03-16 23:21:28 +0100
commit9748ac48e40947b80808933213b043dc797670b6 (patch)
treef3823bcfc39e8f93bc7bc94def8f31912b831f7e /app/views/index
parentae54a590b9962916dc1a62ba55e8d8e8ac0fc215 (diff)
fix: log (#4273)
* improve css * scrolling table * debug icon * fix css * Update swage.css * fix more css * Update swage.scss * Delete _components.css * added: .log-debug
Diffstat (limited to 'app/views/index')
-rw-r--r--app/views/index/logs.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/index/logs.phtml b/app/views/index/logs.phtml
index 8221d2d4b..a96ff66b5 100644
--- a/app/views/index/logs.phtml
+++ b/app/views/index/logs.phtml
@@ -15,7 +15,7 @@
<?php if (!empty($items)) { ?>
<?php $this->logsPaginator->render('logs_pagination.phtml', 'page'); ?>
- <div id="loglist-wrapper">
+ <div id="loglist-wrapper" class="table-wrapper">
<table id="loglist">
<thead>
<th><?= _t('conf.logs.loglist.level') ?></th>