summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-11 15:49:32 +0300
committerAndrew Dolgov <[email protected]>2021-02-11 15:49:32 +0300
commit74986d1ac6e5d0433bff460aa2b0d1757c75f4b4 (patch)
treee0f0fc87e47a5e986f6a7035ce752823873988a4 /index.php
parentcc646790fdda3b476b199032005e89ea59f3d7f3 (diff)
shorten pref tab names; make log-alert clickable
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 6834891ee..ead02f2c4 100644
--- a/index.php
+++ b/index.php
@@ -167,7 +167,7 @@
<i class="material-icons net-alert" style="display : none"
title="<?php echo __("Communication problem with server.") ?>">error_outline</i>
- <i class="material-icons log-alert" style="display : none"
+ <i class="material-icons log-alert" style="display : none" onclick="App.openPreferences('system')"
title="<?php echo __("Recent entries found in event log.") ?>">warning</i>
<i id="updates-available" class="material-icons icon-new-version" style="display : none"