fleet/website/views/emails/email-sandbox-ready-approved.ejs
Eric 46802ee56a
Website: Add admin page to manage the Fleet Sandbox waitlist (#13111)
Closes: #12954

Changes:
- Added an admin page that displays a table containing all of the users
that are currently on the Fleet Sandbox waitlist where admins can
approve waitlisted users.
- Added a new email template that tells users that their Fleet Sandbox
instance is ready.
- Added a new action:
`admin/provision-sandbox-instance-and-deliver-email.js`, an action that
provisions a Fleet sandbox instance for a single user and sends them an
email telling them that their Fleet Sandbox Instance is ready.
- Added a script that provisions a Fleet Sandbox instance for the user
who has been on the waitlist the longest and sends them an email telling
them that their Sandbox instance is ready.
2023-08-04 18:32:00 -05:00

10 lines
795 B
Plaintext
Vendored

<% /* Note: This is injected into `views/layouts/layout-email.ejs` */ %>
<div style="padding: 24px 0px 0px 0px">
<h2 style="font-weight: 600; font-size: 24px; margin-bottom: 32px; margin-top: 0px">Your Fleet Sandbox instance is ready</h2>
<p style=" font-size: 16px; line-height: 24px; margin-bottom: 32px; margin-top: 0px">You can now access Fleet.</p>
<a style="cursor: pointer; font-size: 16px; line-height: 40px; font-weight: 600; margin-bottom: 32px; background: #6A67FE; border-radius: 8px; height: 40px; display: block; color: #FFF; width: 300px; text-decoration: none; text-align: center;" href="https://fleetdm.com/try-fleet/sandbox" target="_blank">Play in the Fleet Sandbox</a>
<p style="font-size: 16px; line-height: 24px; margin-bottom: 32px;">Best,<br> The Fleet team</p>
</div>