Browse Source

gui: Use handshake icon for "Introduced by" (fixes #5560) (#5561)

otbutz 6 years ago
parent
commit
55cd4b3d9b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gui/default/index.html

+ 1 - 1
gui/default/index.html

@@ -740,7 +740,7 @@
                       <td translate class="text-right">Yes</td>
                     </tr>
                     <tr ng-if="deviceCfg.introducedBy">
-                      <th><span class="far fa-fw fa-meh"></span>&nbsp;<span translate>Introduced By</span></th>
+                      <th><span class="far fa-fw fa-handshake-o"></span>&nbsp;<span translate>Introduced By</span></th>
                       <td class="text-right">{{ deviceName(findDevice(deviceCfg.introducedBy)) || deviceCfg.introducedBy.substring(0, 5) }}</td>
                     </tr>
                     <tr ng-if="connections[deviceCfg.deviceID].clientVersion">