mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Update beta availability (#9743)
# Checklist for submitter If some of the following don't apply, delete the relevant line. - [ ] Changes file added for user-visible changes in `changes/` or `orbit/changes/`. See [Changes files](https://fleetdm.com/docs/contributing/committing-changes#changes-files) for more information. - [ ] Documented any API changes (docs/Using-Fleet/REST-API.md or docs/Contributing/API-for-contributors.md) - [ ] Documented any permissions changes - [ ] Input data is properly validated, `SELECT *` is avoided, SQL injection is prevented (using placeholders for values in statements) - [ ] Added support on fleet's osquery simulator `cmd/osquery-perf` for new osquery data ingestion features. - [ ] Added/updated tests - [ ] Manual QA for all new/changed functionality - For Orbit and Fleet Desktop changes: - [ ] Manual QA must be performed in the three main OSs, macOS, Windows and Linux. - [ ] Auto-update manual QA, from released version of component to new version (see [tools/tuf/test](../tools/tuf/test/README.md)). --------- Co-authored-by: Eric <eashaw@sailsjs.com>
This commit is contained in:
parent
c1787e2724
commit
24fc9244e0
1 changed files with 7 additions and 7 deletions
14
website/views/pages/fleet-mdm.ejs
vendored
14
website/views/pages/fleet-mdm.ejs
vendored
|
|
@ -3,9 +3,9 @@
|
|||
<div purpose="hero-container" class="d-flex flex-column align-items-center">
|
||||
<div purpose="hero-text">
|
||||
<h1>A better MDM</h1>
|
||||
<p>Legacy MDMs have left you in the dark for way too long. Fleet’s cross-platform MDM gives IT teams more visibility out of the box.</p>
|
||||
<p>Legacy MDMs have left you in the dark for way too long. Fleet’s cross-platform MDM gives IT teams more visibility out of the box. Find out more in our limited beta.</p>
|
||||
<div purpose="button-row" class="d-flex flex-sm-row flex-column justify-content-center align-items-center">
|
||||
<a purpose="mdm-beta-button" @click="clickOpenSignupModal()">Join the beta</a>
|
||||
<a purpose="mdm-beta-button" @click="clickOpenSignupModal()">Request access</a>
|
||||
<a href="https://calendly.com/fleetdm/demo?utm_source=mdm+demo" target="_blank" purpose="animated-arrow-button-red">Talk to an expert</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -52,7 +52,7 @@
|
|||
</div>
|
||||
|
||||
<div purpose="button-row" style="margin-top: 60px;" class="d-flex flex-sm-row flex-column justify-content-center align-items-center mx-auto">
|
||||
<a purpose="mdm-beta-button" @click="clickOpenSignupModal()">Join the beta</a>
|
||||
<a purpose="mdm-beta-button" @click="clickOpenSignupModal()">Request access</a>
|
||||
<a href="https://calendly.com/fleetdm/demo?utm_source=mdm+demo" target="_blank" purpose="animated-arrow-button-red">Talk to an expert</a>
|
||||
</div>
|
||||
|
||||
|
|
@ -88,7 +88,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div purpose="button-row" class="d-flex flex-sm-row flex-column justify-content-center align-items-center w-100 w-sm-auto mx-auto">
|
||||
<a purpose="mdm-beta-button" @click="clickOpenSignupModal()">Join the beta</a>
|
||||
<a purpose="mdm-beta-button" @click="clickOpenSignupModal()">Request access</a>
|
||||
<a href="https://calendly.com/fleetdm/demo?utm_source=mdm+demo" target="_blank" purpose="animated-arrow-button-red">Talk to an expert</a>
|
||||
</div>
|
||||
|
||||
|
|
@ -119,7 +119,7 @@
|
|||
<div class="container d-flex flex-column justify-content-center align-items-center" purpose="modal-container">
|
||||
<div class="modal-header">
|
||||
<h4>See the future of device management</h4>
|
||||
<h2 class="text-center">Join the Fleet MDM beta today</h2>
|
||||
<h2 class="text-center">Better MDM starts here</h2>
|
||||
</div>
|
||||
<div purpose="modal-form" v-if="!showSignupFormSuccess">
|
||||
<ajax-form action="deliverMdmBetaSignup" :syncing.sync="syncing" :cloud-error.sync="cloudError" :form-data="formData" :form-rules="formRules" :form-errors.sync="formErrors" @submitted="submittedForm()">
|
||||
|
|
@ -150,13 +150,13 @@
|
|||
</div>
|
||||
<cloud-error v-if="cloudError"></cloud-error>
|
||||
<div class="border-0 justify-content-center">
|
||||
<ajax-button purpose="submit-button" spinner="true" type="submit" :syncing="syncing" class="btn btn-sm btn-block btn-primary">Save your spot</ajax-button>
|
||||
<ajax-button purpose="submit-button" spinner="true" type="submit" :syncing="syncing" class="btn btn-sm btn-block btn-primary">Request access</ajax-button>
|
||||
</div>
|
||||
</ajax-form>
|
||||
</div>
|
||||
<div purpose="modal-form" class="text-center" v-else>
|
||||
<h3>You're all set!</h3>
|
||||
<p>A Fleet team member will reach out via email with more information.</p>
|
||||
<p>A Fleet team member will reach out via email with more information if selected.</p>
|
||||
</div>
|
||||
</div>
|
||||
</modal>
|
||||
|
|
|
|||
Loading…
Reference in a new issue