summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
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();