mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
fleetdm.com pricing page: Add "Audit log" (#9723)
- Add "Audit log" item. Covers ability to ship activity to external destinations. Fleet Premium only More context here in Slack (internal): https://fleetdm.slack.com/archives/C02A8BRABB5/p1675783658467209
This commit is contained in:
parent
e5bd7b9a58
commit
46b8929e64
2 changed files with 5 additions and 1 deletions
|
|
@ -107,6 +107,9 @@
|
|||
- name: Role-based access control
|
||||
tier: Free
|
||||
comingSoon: false
|
||||
- name: Audit log
|
||||
tier: Premium
|
||||
comingSoon: false
|
||||
- name: Just-in-time provisioning
|
||||
tier: Premium
|
||||
comingSoon: false
|
||||
|
|
@ -178,4 +181,4 @@
|
|||
comingSoon: false
|
||||
- name: Managed Cloud
|
||||
tier: Ultimate
|
||||
comingSoon: false
|
||||
comingSoon: false
|
||||
|
|
|
|||
1
website/views/pages/pricing.ejs
vendored
1
website/views/pages/pricing.ejs
vendored
|
|
@ -28,6 +28,7 @@
|
|||
<%// Premium security features%>
|
||||
<div purpose="features-list" v-if="displaySecurityPricingMode">
|
||||
<p>Single-Sign On (SSO)</p>
|
||||
<p>Audit log</p>
|
||||
<p>24 hour support for PO</p>
|
||||
<p>Unlimited device groups (teams)</p>
|
||||
<p>Employee/device mapping</p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue