mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
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:
parent
fc3381a8a9
commit
1c31e6eb17
1 changed files with 24 additions and 0 deletions
24
website/views/pages/fleetctl-preview.ejs
vendored
24
website/views/pages/fleetctl-preview.ejs
vendored
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue