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

5 lines
318 B
HTML
Raw Normal View History

2015-08-02 08:27:05 +02:00
<modal id="idqr" large="yes" status="info" close="yes" icon="qrcode" title="{{'Device Identification' | translate}} &mdash; {{deviceName(thisDevice())}}">
<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>