mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Website: change order of platform mentions for Windows users. (#28314)
Closes: https://github.com/fleetdm/confidential/issues/9592 Changes: - Updated places where we list platforms to list Windows first for website visitors using Windows
This commit is contained in:
parent
cd5533ad76
commit
c5d713a00a
4 changed files with 6 additions and 6 deletions
2
website/views/pages/device-management.ejs
vendored
2
website/views/pages/device-management.ejs
vendored
|
|
@ -721,7 +721,7 @@
|
|||
<h2>Shorten the feedback loop</h2>
|
||||
<p>Spend less time debugging whether changes actually happened.</p>
|
||||
<div purpose="checklist" class="flex-column d-flex">
|
||||
<p>Use a single, open platform for Apple, Windows, and Linux.</p>
|
||||
<p>Use a single, open platform for {{ bowser.windows ? 'Windows, Apple' : 'Apple, Windows'}}, and Linux.</p>
|
||||
<p>Auto-verify patches and settings on users’ devices. Avoid unnecessary tickets.</p>
|
||||
<p>Every change to a policy or security control is tracked and auditable in Fleet’s UI, or in your logs.</p>
|
||||
</div>
|
||||
|
|
|
|||
6
website/views/pages/homepage.ejs
vendored
6
website/views/pages/homepage.ejs
vendored
|
|
@ -98,7 +98,7 @@
|
|||
</div>
|
||||
<div purpose="category-text-block" class="d-flex flex-column">
|
||||
<strong>Real employee device choice — even Linux</strong>
|
||||
<p>Enroll all your computing devices. Going only Apple or 50/50 Mac and Windows? What about Linux? Speak to them all in one language.</p>
|
||||
<p>Enroll all your computing devices. Going only {{ bowser.windows ? 'Windows' : 'Apple'}} or 50/50 {{ bowser.windows ? 'Windows and Mac' : 'Mac and Windows'}}? What about Linux? Speak to them all in one language.</p>
|
||||
<strong>Define configuration as code</strong>
|
||||
<p>Ensure consistent deployment and eliminate configuration drift while maintaining an infinite audit trail. Need to roll back? Revert any changes with a single command.</p>
|
||||
<strong>Know the state of your devices in seconds</strong>
|
||||
|
|
@ -155,7 +155,7 @@
|
|||
<div purpose="category-text-block" class="d-flex flex-column personalized">
|
||||
<h4>Device management</h4>
|
||||
<h2>Manage everything in one place</h2>
|
||||
<p>Modernize your device management practice with a single, open platform for Apple, Windows, and Linux.</p>
|
||||
<p>Modernize your device management practice with a single, open platform for {{ bowser.windows ? 'Windows, Apple' : 'Apple, Windows'}}, and Linux.</p>
|
||||
<div>
|
||||
<animated-arrow-button href="/device-management">Start with device management</animated-arrow-button>
|
||||
</div>
|
||||
|
|
@ -200,7 +200,7 @@
|
|||
<div purpose="category-text-block" class="d-flex flex-column personalized">
|
||||
<h4>Device management</h4>
|
||||
<h2>Manage everything in one place</h2>
|
||||
<p>Modernize your device management practice with a single, open platform for Apple, Windows, and Linux.</p>
|
||||
<p>Modernize your device management practice with a single, open platform for {{ bowser.windows ? 'Windows, Apple' : 'Apple, Windows'}}, and Linux.</p>
|
||||
<div>
|
||||
<animated-arrow-button href="/device-management">Start with device management</animated-arrow-button>
|
||||
</div>
|
||||
|
|
|
|||
2
website/views/pages/pricing.ejs
vendored
2
website/views/pages/pricing.ejs
vendored
|
|
@ -338,7 +338,7 @@
|
|||
// ██║ ██║ ██║╚██████╔╝ ██║ ██║ ██║
|
||||
// ╚═╝ ╚═╝ ╚═╝ ╚══▀▀═╝ ╚═╝ ╚═╝ ╚═╝
|
||||
%>
|
||||
You already know how to manage the operating system. In Fleet, you can focus on managing Apple, Windows and Linux; not "Android MDM", "Apple MDM", "config management", etc.
|
||||
You already know how to manage the operating system. In Fleet, you can focus on managing {{ bowser.windows ? 'Windows, Apple' : 'Apple, Windows'}} and Linux; not "Android MDM", "Apple MDM", "config management", etc.
|
||||
</p>
|
||||
</div>
|
||||
<div purpose="accordion-item">
|
||||
|
|
|
|||
2
website/views/pages/start.ejs
vendored
2
website/views/pages/start.ejs
vendored
|
|
@ -423,7 +423,7 @@
|
|||
<h2>The myth of cross platform</h2>
|
||||
<p>Fleet lets you work directly with data and events from the native operating system.</p>
|
||||
<p>It still exposes familiar concepts similar to smart groups and extension attributes, but for every platform’s “special” nuance, and in a way that lets you go all the way down to the bare metal.</p>
|
||||
<p>With Fleet you only need to manage Apple, Windows, and Linux; not Omnissa, Intune, and your anxiety.</p>
|
||||
<p>With Fleet you only need to manage {{ bowser.windows ? 'Windows, Apple' : 'Apple, Windows'}}, and Linux; not Omnissa, Intune, and your anxiety.</p>
|
||||
<div purpose="form-buttons">
|
||||
<a purpose="back-button" @click="clickGoToPreviousStep()">Back</a>
|
||||
<ajax-button type="submit" purpose="submit-button" class="btn btn-primary" :syncing="syncing">Continue</ajax-button>
|
||||
|
|
|
|||
Loading…
Reference in a new issue