Website update mdm tooltip (#20222)

Added a tooltip to the "Complete device state" feature.

---------

Co-authored-by: Eric <eashaw@sailsjs.com>
This commit is contained in:
Mike Thomas 2024-07-06 05:47:55 +09:00 committed by GitHub
parent 3972c8a004
commit 80b188951d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View file

@ -13,7 +13,10 @@ parasails.registerPage('device-management-page', {
//…
},
mounted: async function() {
$('[data-toggle="tooltip"]').tooltip({
container: '#device-management-page',
trigger: 'hover',
});
},
// ╦╔╗╔╔╦╗╔═╗╦═╗╔═╗╔═╗╔╦╗╦╔═╗╔╗╔╔═╗

View file

@ -128,7 +128,7 @@
<div purpose="table-row">
<div purpose="feature-name">
<p>Complete device state </p>
<!-- <img style="margin-left: 6px; display: inline-flex" src="/images/icon-more-info-14x14@2x.png" alt=""> -->
<img style="margin-left: 6px;" class="d-inline" purpose="tooltip-icon" src="/images/icon-more-info-14x14@2x.png" alt="More info" data-toggle="tooltip" tabindex="0" data-placement="top" title="Fleet gives you data down to the chip level on every endpoint. Access over 300 tables of system state data. Use presets or create your own queries.">
</div>
<div purpose="fleet-column"><img class="mx-auto" alt="checkmark" purpose="checkmark" src="/images/icon-checkmark-green-16x16@2x.png"></div>
<div purpose="omnisaa-column"></div>