5 lines
328 B
HTML
5 lines
328 B
HTML
<modal id="idqr" status="info" icon="qrcode" title="{{'Device Identification' | translate}} - {{deviceName(thisDevice())}}" large="yes" close="yes">
|
|
<div class="well well-sm text-monospace text-center" select-on-click>{{myID}}</div>
|
|
<img ng-if="myID" class="center-block img-thumbnail" ng-src="qr/?text={{myID}}"/>
|
|
</modal>
|