syncthing-arm/gui/syncthing/device/idqrModalView.html

5 lines
312 B
HTML
Raw Normal View History

<modal id="idqr" status="info" icon="qrcode" title="{{'Device Identification' | translate}} - {{deviceName(thisDevice())}}" large="yes" close="yes">
2015-08-02 08:27:05 +02:00
<div class="well well-sm text-monospace text-center">{{myID}}</div>
<img ng-if="myID" class="center-block img-thumbnail" ng-src="qr/?text={{myID}}"/>
</modal>