summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-19 13:44:56 +0300
committerAndrew Dolgov <[email protected]>2021-02-19 13:44:56 +0300
commit660a1bbe011fef5f0fa6bb0af43521fed7598cc7 (patch)
treef31ee123db91e479b93a6d086fd78de2ecfae014 /prefs.php
parentbb4e4282f46824308aebc2eaeac29fa29f8687ad (diff)
* switch to xhr.post() almost everywhere
* call App.handlerpcjson() automatically on json request (if possible) * show net/log indicators in prefs
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/prefs.php b/prefs.php
index 2b2af8452..d11c6281e 100644
--- a/prefs.php
+++ b/prefs.php
@@ -124,7 +124,10 @@
</div>
<div id="header">
- <!-- <a href='#' onclick="showHelp()"><?= __("Keyboard shortcuts") ?></a> | -->
+ <i class="material-icons net-alert" style="display : none"
+ title="<?= __("Communication problem with server.") ?>">error_outline</i>
+ <i class="material-icons log-alert" style="display : none" onclick="App.openPreferences('system')"
+ title="<?= __("Recent entries found in event log.") ?>">warning</i>
<a href="#" onclick="document.location.href = 'index.php'"><?= __('Exit preferences') ?></a>
</div>