mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Website: update text on /try-fleet pages. (#13958)
Closes: #13625 Closes: #13950 Changes: - Updated text on /try-fleet pages ("Play in Fleet Sandbox" » "Try Fleet") - Removed the mdm note on /try-fleet/register
This commit is contained in:
parent
5bc6d30aa8
commit
94d3b1cb10
7 changed files with 6 additions and 13 deletions
1
website/views/layouts/layout-customer.ejs
vendored
1
website/views/layouts/layout-customer.ejs
vendored
|
|
@ -262,7 +262,6 @@
|
|||
<script src="/js/pages/query-detail.page.js"></script>
|
||||
<script src="/js/pages/query-library.page.js"></script>
|
||||
<script src="/js/pages/reports/state-of-device-management.page.js"></script>
|
||||
<script src="/js/pages/sales-one-pager.page.js"></script>
|
||||
<script src="/js/pages/support.page.js"></script>
|
||||
<script src="/js/pages/transparency.page.js"></script>
|
||||
<script src="/js/pages/try-fleet/register.page.js"></script>
|
||||
|
|
|
|||
1
website/views/layouts/layout-landing.ejs
vendored
1
website/views/layouts/layout-landing.ejs
vendored
|
|
@ -250,7 +250,6 @@
|
|||
<script src="/js/pages/query-detail.page.js"></script>
|
||||
<script src="/js/pages/query-library.page.js"></script>
|
||||
<script src="/js/pages/reports/state-of-device-management.page.js"></script>
|
||||
<script src="/js/pages/sales-one-pager.page.js"></script>
|
||||
<script src="/js/pages/support.page.js"></script>
|
||||
<script src="/js/pages/transparency.page.js"></script>
|
||||
<script src="/js/pages/try-fleet/register.page.js"></script>
|
||||
|
|
|
|||
1
website/views/layouts/layout-sandbox.ejs
vendored
1
website/views/layouts/layout-sandbox.ejs
vendored
|
|
@ -377,7 +377,6 @@
|
|||
<script src="/js/pages/query-detail.page.js"></script>
|
||||
<script src="/js/pages/query-library.page.js"></script>
|
||||
<script src="/js/pages/reports/state-of-device-management.page.js"></script>
|
||||
<script src="/js/pages/sales-one-pager.page.js"></script>
|
||||
<script src="/js/pages/support.page.js"></script>
|
||||
<script src="/js/pages/transparency.page.js"></script>
|
||||
<script src="/js/pages/try-fleet/register.page.js"></script>
|
||||
|
|
|
|||
1
website/views/layouts/layout.ejs
vendored
1
website/views/layouts/layout.ejs
vendored
|
|
@ -454,7 +454,6 @@
|
|||
<script src="/js/pages/query-detail.page.js"></script>
|
||||
<script src="/js/pages/query-library.page.js"></script>
|
||||
<script src="/js/pages/reports/state-of-device-management.page.js"></script>
|
||||
<script src="/js/pages/sales-one-pager.page.js"></script>
|
||||
<script src="/js/pages/support.page.js"></script>
|
||||
<script src="/js/pages/transparency.page.js"></script>
|
||||
<script src="/js/pages/try-fleet/register.page.js"></script>
|
||||
|
|
|
|||
7
website/views/pages/try-fleet/register.ejs
vendored
7
website/views/pages/try-fleet/register.ejs
vendored
|
|
@ -1,16 +1,13 @@
|
|||
<div id="register" v-cloak>
|
||||
<div style="max-width: 800px; padding-top: 80px; padding-bottom: 80px;" class="container d-flex flex-md-row flex-column justify-content-center align-items-center mx-auto px-4 px-md-3">
|
||||
<div>
|
||||
<img purpose="sandbox-image" style="width: 300px; height: auto;" src="/images/fleet-sandbox-300x244@2x.png" alt="Play in Fleet sandbox">
|
||||
<img purpose="sandbox-image" style="width: 300px; height: auto;" src="/images/fleet-sandbox-300x244@2x.png" alt="Try Fleet">
|
||||
</div>
|
||||
<div style="max-width: 400px;" class="flex-column d-flex">
|
||||
<h2>Play in Fleet Sandbox</h2>
|
||||
<h2>Try Fleet</h2>
|
||||
<p class="pt-3">
|
||||
The fastest way to test Fleet. Get up and running in minutes. Ready for production deployments? <a href="https://fleetdm.com/docs/deploying">Learn how to deploy Fleet</a>.
|
||||
</p>
|
||||
<div purpose="sandbox-mdm-note" class="d-flex flex-column">
|
||||
<p class="mb-0">Interested in testing Fleet’s MDM capabilities? <a target="_blank" href="https://fleetdm.com/docs/using-fleet/mdm-setup">Deploy your own Fleet</a></p>
|
||||
</div>
|
||||
<div class="pt-3">
|
||||
<ajax-form :handle-submitting="handleSubmittingRegisterForm" class="sandbox-register" :syncing.sync="syncing" :cloud-error.sync="cloudError" :form-errors.sync="formErrors" :form-data="formData" :form-rules="formRules" @submitted="submittedRegisterForm()">
|
||||
<div class="form-group mb-3">
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
<div id="sandbox-expired" v-cloak>
|
||||
<div style="max-width: 800px; padding-top: 80px; padding-bottom: 80px; margin-top: auto; margin-bottom: auto" class="container d-flex flex-md-row flex-column justify-content-center align-items-center mx-auto px-4 px-md-3">
|
||||
<div>
|
||||
<img purpose="sandbox-image" style="height: auto;" src="/images/fleet-sandbox-300x244@2x.png" alt="Play in Fleet sandbox">
|
||||
<img purpose="sandbox-image" style="height: auto;" src="/images/fleet-sandbox-300x244@2x.png" alt="Try Fleet">
|
||||
</div>
|
||||
<div style="max-width: 400px;" class="flex-column d-flex">
|
||||
<h2 class="pb-2">Thanks for trying Fleet Sandbox</h2>
|
||||
<h2 class="pb-2">Thanks for trying Fleet</h2>
|
||||
<p>
|
||||
Your trial period for Fleet Sandbox has expired. <a href="https://fleetdm.com/docs/deploying">Click here</a> for production-ready deployments.
|
||||
</p>
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
<div id="sandbox-login" v-cloak>
|
||||
<div style="max-width: 800px; padding-top: 80px; padding-bottom: 80px;" class="container d-flex flex-md-row flex-column justify-content-center align-items-center mx-auto px-4 px-md-3">
|
||||
<div>
|
||||
<img purpose="sandbox-image" style="width: 300px; height: auto;" src="/images/fleet-sandbox-300x244@2x.png" alt="Play in Fleet sandbox">
|
||||
<img purpose="sandbox-image" style="width: 300px; height: auto;" src="/images/fleet-sandbox-300x244@2x.png" alt="Try Fleet">
|
||||
</div>
|
||||
<div style="max-width: 400px;" class="flex-column d-flex">
|
||||
<h2>Play in Fleet Sandbox</h2>
|
||||
<h2>Try Fleet</h2>
|
||||
<p class="pt-3">
|
||||
The fastest way to test Fleet. Get up and running in minutes. Ready for production deployments? <a href="https://fleetdm.com/docs/deploying">Learn how to deploy Fleet</a>.
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue