mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Website: Add /try-fleet/fleetctl-preview link to explore data pages (#15730)
Closes: https://github.com/fleetdm/confidential/issues/4752 Changes: - Updated the CTA on `/try-fleet/explore-data/*` pages to link to the `/try-fleet/fleetctl-preview` page
This commit is contained in:
parent
0e51a26bf9
commit
23ae724456
2 changed files with 25 additions and 0 deletions
|
|
@ -268,7 +268,28 @@
|
|||
font-size: 16px;
|
||||
font-weight: 700;
|
||||
line-height: 21px;
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
[purpose='fleetctl-link'] {
|
||||
a {
|
||||
color: @core-vibrant-blue;
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
line-height: 21px;
|
||||
text-align: center;
|
||||
margin-bottom: 4px;
|
||||
height: auto;
|
||||
}
|
||||
p {
|
||||
font-size: 12px;
|
||||
font-weight: 400;
|
||||
line-height: 18px;
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
[purpose='banner-image'] {
|
||||
height: auto;
|
||||
|
|
|
|||
|
|
@ -115,6 +115,10 @@
|
|||
<h3 class="d-none d-md-block">This is not Fleet</h3>
|
||||
<p>This is a simple app built on the Fleet API to get a taste of the data. Get in our calendar to see what you can do with multiple hosts in the Fleet UI.</p>
|
||||
<a class="d-flex align-items-center justify-content-center btn btn-primary w-100" @click="clickOpenChatWidget()">Book a demo</a>
|
||||
<div purpose="fleetctl-link" class="d-flex flex-column align-items-center">
|
||||
<a href="/try-fleet/fleetctl-preview">Run Fleet locally</a>
|
||||
<p>(Requires Docker)</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue