mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Improve fleetdm.com pricing page for vulnerabilities (#6231)
This commit is contained in:
parent
845e9e6e0e
commit
18ee649abf
1 changed files with 22 additions and 3 deletions
25
website/views/pages/pricing.ejs
vendored
25
website/views/pages/pricing.ejs
vendored
|
|
@ -844,7 +844,7 @@
|
|||
style="width: 6px; height: 6px; margin-top: 09.6px"
|
||||
/>
|
||||
<p class="ml-2 my-0">
|
||||
Policy and vulnerability automations
|
||||
Policy and vulnerability automations
|
||||
<br>
|
||||
(webhook, Zendesk, JIRA, ServiceNow*†)
|
||||
</p>
|
||||
|
|
@ -873,7 +873,26 @@
|
|||
src="/images/ellipse-6x6@2x.png"
|
||||
style="width: 6px; height: 6px; margin-top: 09.6px"
|
||||
/>
|
||||
<p class="ml-2 my-0">Vulnerability scores</p>
|
||||
<p class="ml-2 my-0">Vulnerability scores*</p>
|
||||
</div>
|
||||
<div class="col-2"></div>
|
||||
<div class="col-3">
|
||||
<img
|
||||
alt="a check mark"
|
||||
class="mx-auto"
|
||||
src="/images/check-16x16@2x.png"
|
||||
style="width: 16px; height: 16px"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row mb-3">
|
||||
<div class="col-7 d-flex">
|
||||
<img
|
||||
alt="a bullet point ellipse"
|
||||
src="/images/ellipse-6x6@2x.png"
|
||||
style="width: 6px; height: 6px; margin-top: 09.6px"
|
||||
/>
|
||||
<p class="ml-2 my-0">CISA known exploited vulnerabilities*</p>
|
||||
</div>
|
||||
<div class="col-2"></div>
|
||||
<div class="col-3">
|
||||
|
|
@ -919,7 +938,7 @@
|
|||
style="width: 6px; height: 6px; margin-top: 09.6px"
|
||||
/>
|
||||
<p class="ml-2 my-0">
|
||||
Flexible log destinations
|
||||
Flexible log destinations
|
||||
<br>
|
||||
(AWS Kinesis, Lambda, GCP, Kafka)
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue