aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/Models/Themes.php1
-rw-r--r--app/views/index/logs.phtml2
2 files changed, 2 insertions, 1 deletions
diff --git a/app/Models/Themes.php b/app/Models/Themes.php
index ed379dc0d..02f7909dd 100644
--- a/app/Models/Themes.php
+++ b/app/Models/Themes.php
@@ -78,6 +78,7 @@ class FreshRSS_Themes extends Minz_Model {
'category' => '☷',
'close' => '❌',
'configure' => '⚙',
+ 'debug' => '🐛',
'down' => '▽',
'error' => '❌',
'favorite' => '★',
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>