2018-05-24 20:59:32 +02:00
|
|
|
<modal id="idqr" status="info" icon="fas fa-qrcode" heading="{{'Device Identification' | translate}} - {{deviceName(currentDevice)}}" large="yes" closeable="yes">
|
2016-06-12 14:06:48 +00:00
|
|
|
<div class="modal-body">
|
|
|
|
|
<div class="well well-sm text-monospace text-center" select-on-click>{{currentDevice.deviceID}}</div>
|
2018-12-25 14:26:46 +01:00
|
|
|
<img ng-if="currentDevice.deviceID" class="center-block img-thumbnail" ng-src="qr/?text={{currentDevice.deviceID}}" alt="qr code" />
|
2016-06-12 14:06:48 +00:00
|
|
|
</div>
|
|
|
|
|
<div class="modal-footer">
|
|
|
|
|
<button type="button" class="btn btn-default btn-sm" data-dismiss="modal">
|
2018-05-24 20:59:32 +02:00
|
|
|
<span class="fas fa-times"></span> <span translate>Close</span>
|
2016-06-12 14:06:48 +00:00
|
|
|
</button>
|
|
|
|
|
</div>
|
2015-08-02 08:27:05 +02:00
|
|
|
</modal>
|