gui: Display identicons for discovered device IDs. (#8022)

This commit is contained in:
André Colomb 2021-10-29 20:23:41 +02:00 committed by GitHub
parent 28ff033da6
commit 1c2e96a5ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -25,7 +25,11 @@
<p class="help-block" ng-if="discovery && discovery.length !== 0">
<span translate>You can also select one of these nearby devices:</span>
<ul>
<li ng-repeat="id in discovery"><a href="#" ng-click="currentDevice.deviceID = id">{{id}}</a></li>
<li ng-repeat="id in discovery" style="list-style-type: none;">
<a href="#" ng-click="currentDevice.deviceID = id">
<identicon data-value="id"></identicon>&nbsp;&nbsp;{{id}}
</a>
</li>
</ul>
</p>
<p class="help-block">