Website: add trial license expiration details to /try-fleet page (#28351)

Closes: https://github.com/fleetdm/confidential/issues/9991

Changes:
- Added a note to the /try-fleet page telling users with a trial license
key that the license is valid for 30 days.
This commit is contained in:
Eric 2025-04-18 13:09:24 -05:00 committed by GitHub
parent fc3381a8a9
commit 1c31e6eb17
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,6 +49,12 @@
<p>Your Fleet Premium trial license has expired. You can still run the free version of Fleet locally.</p>
</div>
</blockquote>
<blockquote purpose="tip" v-if="trialLicenseKey && !userHasExpiredTrialLicense">
<img src="/images/icon-info-16x16@2x.png" alt="An icon indicating that this section has important information">
<div class="d-block">
<p>This license key is valid for 30 days.</p>
</div>
</blockquote>
</div>
<div purpose="step">
<p>The Fleet UI is now available at <a href="http://localhost:1337" target="_blank">http://localhost:1337</a>. Use the credentials below to login:</p>
@ -84,6 +90,12 @@
<p>Your Fleet Premium trial license has expired. You can still run the free version of Fleet locally.</p>
</div>
</blockquote>
<blockquote purpose="tip" v-if="trialLicenseKey && !userHasExpiredTrialLicense">
<img src="/images/icon-info-16x16@2x.png" alt="An icon indicating that this section has important information">
<div class="d-block">
<p>This license key is valid for 30 days.</p>
</div>
</blockquote>
</div>
<div purpose="step">
<p>The Fleet UI is now available at <a href="http://localhost:1337" target="_blank">http://localhost:1337</a>. Use the credentials below to login:</p>
@ -119,6 +131,12 @@
<p>Your Fleet Premium trial license has expired. You can still run the free version of Fleet locally.</p>
</div>
</blockquote>
<blockquote purpose="tip" v-if="trialLicenseKey && !userHasExpiredTrialLicense">
<img src="/images/icon-info-16x16@2x.png" alt="An icon indicating that this section has important information">
<div class="d-block">
<p>This license key is valid for 30 days.</p>
</div>
</blockquote>
</div>
<div purpose="step">
<p>The Fleet UI is now available at <a href="http://localhost:1337" target="_blank">http://localhost:1337</a>. Use the credentials below to login:</p>
@ -161,6 +179,12 @@
<p>Your Fleet Premium trial license has expired. You can still run the free version of Fleet locally.</p>
</div>
</blockquote>
<blockquote purpose="tip" v-if="trialLicenseKey && !userHasExpiredTrialLicense">
<img src="/images/icon-info-16x16@2x.png" alt="An icon indicating that this section has important information">
<div class="d-block">
<p>This license key is valid for 30 days.</p>
</div>
</blockquote>
</div>
<div purpose="step">
<p>The Fleet UI is now available at <a href="http://localhost:1337" target="_blank">http://localhost:1337</a>. Use the credentials below to login:</p>