aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortomasz1986 <twilczynski@naver.com>2023-09-01 11:14:28 +0200
committerGitHub <noreply@github.com>2023-09-01 11:14:28 +0200
commitcd98a43b80b807319471c2b84695f6203b923f72 (patch)
tree7728db9ae0825bca1a5a59d340078aff499b307b
parent4bf982376ea2e83677897cbcfa705ebb50a563b1 (diff)
downloadsyncthing-cd98a43b80b807319471c2b84695f6203b923f72.tar.gz
syncthing-cd98a43b80b807319471c2b84695f6203b923f72.zip
gui: Fix Logs modal icon to match header icon (ref #9067) (#9069)
The Logs icon was changed in [1] in the header, however the icon used in the modal was left out. This changes it, so that the header and the modal icons match. [1] 2abba1dfb0f3337dd1e77c6584e7d12bdba284b9 Signed-off-by: Tomasz WilczyƄski <twilczynski@naver.com>
-rw-r--r--gui/default/syncthing/core/logViewerModalView.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/default/syncthing/core/logViewerModalView.html b/gui/default/syncthing/core/logViewerModalView.html
index 0d7061755..f958cc000 100644
--- a/gui/default/syncthing/core/logViewerModalView.html
+++ b/gui/default/syncthing/core/logViewerModalView.html
@@ -1,4 +1,4 @@
-<modal id="logViewer" status="default" icon="far fa-file-alt" heading="{{'Logs' | translate}}" large="yes" closeable="yes">
+<modal id="logViewer" status="default" icon="fa fa-wrench" heading="{{'Logs' | translate}}" large="yes" closeable="yes">
<div class="modal-body">
<ul class="nav nav-tabs">
<li class="active"><a data-toggle="tab" href="#log-viewer-log" translate>Log</a></li>