mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Update homepage.ejs (#29268)
Updated the tooltip for "Complete device inventory" on the comparison table to emphasise "complete" by including servers and cloud instances. --------- Co-authored-by: Eric <eashaw@sailsjs.com>
This commit is contained in:
parent
130b99e377
commit
4be3235734
2 changed files with 2 additions and 2 deletions
2
website/views/pages/device-management.ejs
vendored
2
website/views/pages/device-management.ejs
vendored
|
|
@ -173,7 +173,7 @@
|
|||
|
||||
<div purpose="table-row">
|
||||
<div purpose="feature-name">
|
||||
<p>Complete device inventory <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."></p>
|
||||
<p>Complete device inventory <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, server, and cloud instance. Access over 300 tables of system state data. Use presets or create your own queries."></p>
|
||||
|
||||
</div>
|
||||
<div purpose="fleet-column">
|
||||
|
|
|
|||
2
website/views/pages/homepage.ejs
vendored
2
website/views/pages/homepage.ejs
vendored
|
|
@ -312,7 +312,7 @@
|
|||
|
||||
<div purpose="table-row">
|
||||
<div purpose="feature-name">
|
||||
<p>Complete device inventory <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."></p>
|
||||
<p>Complete device inventory <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, server, and cloud instance. Access over 300 tables of system state data. Use presets or create your own queries."></p>
|
||||
|
||||
</div>
|
||||
<div purpose="fleet-column">
|
||||
|
|
|
|||
Loading…
Reference in a new issue