mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Fix the issue with android device view tooltip
This commit is contained in:
parent
8b0d92ed1c
commit
2ed5948916
@ -20,12 +20,12 @@
|
||||
data-deviceinfoservice="{{device.deviceInfoServiceAPI}}"
|
||||
data-devicelocationservice="{{device.deviceLocationServiceAPI}}">
|
||||
{{device.owner}}'s {{device.name}}
|
||||
</h1>
|
||||
<a id="device-info-tooltip" href="#" data-toggle="tooltip" title="Device Identifier: {{device.deviceIdentifier}}
|
||||
Firmware Build Date: {{device.osBuildDate}}
|
||||
UDID: {{device.udid}}">
|
||||
<i class="fw fw-info"></i>
|
||||
</a>
|
||||
</h1>
|
||||
{{#if device.model}}
|
||||
<h4>{{device.vendor}} {{device.model}}</h4>
|
||||
{{/if}}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user