summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-10 10:53:11 +0300
committerAndrew Dolgov <[email protected]>2018-12-10 10:53:11 +0300
commit7e5c99914683620348e4a91ab2d6692749f198f4 (patch)
treebcb7a77e321a96a453b414a08c806f4f711a2314 /index.php
parent51de0ce8073065841bd523bd8722befc5343ee6c (diff)
show alert if recent_log_events > 0
Diffstat (limited to 'index.php')
-rw-r--r--index.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/index.php b/index.php
index 126f731b7..a8b3c7849 100644
--- a/index.php
+++ b/index.php
@@ -166,6 +166,11 @@
<i class="material-icons">error_outline</i>
</div>
+ <div class="log-alert" style="display : none"
+ title="<?php echo __("Recent entries found in event log.") ?>">
+ <i class="material-icons">warning</i>
+ </div>
+
<?php
foreach (PluginHost::getInstance()->get_hooks(PluginHost::HOOK_MAIN_TOOLBAR_BUTTON) as $p) {
echo $p->hook_main_toolbar_button();