Browse Source

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 <[email protected]>
tomasz1986 2 years ago
parent
commit
cd98a43b80
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gui/default/syncthing/core/logViewerModalView.html

+ 1 - 1
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">
   <div class="modal-body">
     <ul class="nav nav-tabs">
     <ul class="nav nav-tabs">
       <li class="active"><a data-toggle="tab" href="#log-viewer-log" translate>Log</a></li>
       <li class="active"><a data-toggle="tab" href="#log-viewer-log" translate>Log</a></li>