mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 01:46:00 +00:00
shorten pref tab names; make log-alert clickable
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user