mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
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:
parent
3972c8a004
commit
80b188951d
2 changed files with 5 additions and 2 deletions
|
|
@ -13,7 +13,10 @@ parasails.registerPage('device-management-page', {
|
|||
//…
|
||||
},
|
||||
mounted: async function() {
|
||||
|
||||
$('[data-toggle="tooltip"]').tooltip({
|
||||
container: '#device-management-page',
|
||||
trigger: 'hover',
|
||||
});
|
||||
},
|
||||
|
||||
// ╦╔╗╔╔╦╗╔═╗╦═╗╔═╗╔═╗╔╦╗╦╔═╗╔╗╔╔═╗
|
||||
|
|
|
|||
2
website/views/pages/device-management.ejs
vendored
2
website/views/pages/device-management.ejs
vendored
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue