mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-02 22:50:18 +00:00
wip
This commit is contained in:
parent
13742e6f09
commit
a5cbe9b48c
@ -848,7 +848,7 @@
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr ng-if="connections[deviceCfg.deviceID].connected && deviceCfg.multipleConnections > 1">
|
||||
<tr ng-if="connections[deviceCfg.deviceID].connected && (deviceCfg.multipleConnections > 1 || connections[deviceCfg.deviceID].secondary)">
|
||||
<th><span class="fas fa-fw fa-random"></span> <span translate>Multiple Connections</span></th>
|
||||
<td class="text-right">
|
||||
<span>
|
||||
|
Loading…
Reference in New Issue
Block a user