mirror of
https://github.com/octoleo/syncthing.git
synced 2025-03-21 10:12:21 +00:00
- The 'help-box' with nearby devices will appear only when there are any nearby devices - IDs of nearby devices will look like links (i.e. underlined when hovered over)
This commit is contained in:
parent
c1db8b2680
commit
80eac473d9
@ -15,10 +15,10 @@
|
|||||||
<datalist id="discovery-list">
|
<datalist id="discovery-list">
|
||||||
<option ng-repeat="id in discovery" value="{{id}}" />
|
<option ng-repeat="id in discovery" value="{{id}}" />
|
||||||
</datalist>
|
</datalist>
|
||||||
<p class="help-block" ng-if="discovery">
|
<p class="help-block" ng-if="discovery && discovery.length !== 0">
|
||||||
<span translate>You can also select one of these nearby devices:</span>
|
<span translate>You can also select one of these nearby devices:</span>
|
||||||
<ul>
|
<ul>
|
||||||
<li ng-repeat="id in discovery"><a ng-click="currentDevice.deviceID = id">{{id}}</a></li>
|
<li ng-repeat="id in discovery"><a href="#" ng-click="currentDevice.deviceID = id">{{id}}</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
<p class="help-block">
|
<p class="help-block">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user