5 lines
318 B
HTML
5 lines
318 B
HTML
|
|
<modal id="idqr" large="yes" status="info" close="yes" icon="qrcode" title="{{'Device Identification' | translate}} — {{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>
|