2015-08-10 11:22:37 +02:00
|
|
|
<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>
|