mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Add isExperimental property to features table (#20775)
This commit is contained in:
parent
672da9049d
commit
d16f0e085e
1 changed files with 18 additions and 0 deletions
|
|
@ -226,6 +226,7 @@
|
|||
tier: Premium
|
||||
jamfProHasFeature: appleOnly
|
||||
jamfProtectHasFeature: no
|
||||
isExperimental: yes
|
||||
usualDepartment: IT
|
||||
productCategories: [Device management]
|
||||
pricingTableCategories: [Device management]
|
||||
|
|
@ -247,6 +248,7 @@
|
|||
tier: Premium
|
||||
jamfProHasFeature: yes
|
||||
jamfProtectHasFeature: no
|
||||
isExperimental: yes
|
||||
usualDepartment: IT
|
||||
productCategories: [Device management]
|
||||
pricingTableCategories: [Device management]
|
||||
|
|
@ -689,6 +691,7 @@
|
|||
tier: Premium
|
||||
jamfProHasFeature: no
|
||||
jamfProtectHasFeature: no
|
||||
isExperimental: yes
|
||||
productCategories: [Endpoint operations]
|
||||
pricingTableCategories: [Endpoint operations]
|
||||
#
|
||||
|
|
@ -1477,3 +1480,18 @@
|
|||
usualDepartment: IT
|
||||
productCategories: [Device management]
|
||||
pricingTableCategories: [Integrations]
|
||||
#
|
||||
# ╔╦╗╦═╗╦╔═╗╔═╗╔═╗╦═╗ ╔═╗ ╦ ╦╔═╗╦═╗╦╔═╔═╗╦ ╔═╗╦ ╦ ╔╗ ╔═╗╔═╗╔═╗╔╦╗ ╔═╗╔╗╔ ╔═╗
|
||||
# ║ ╠╦╝║║ ╦║ ╦║╣ ╠╦╝ ╠═╣ ║║║║ ║╠╦╝╠╩╗╠╣ ║ ║ ║║║║ ╠╩╗╠═╣╚═╗║╣ ║║ ║ ║║║║ ╠═╣
|
||||
# ╩ ╩╚═╩╚═╝╚═╝╚═╝╩╚═ ╩ ╩ ╚╩╝╚═╝╩╚═╩ ╩╚ ╩═╝╚═╝╚╩╝ ╚═╝╩ ╩╚═╝╚═╝═╩╝ ╚═╝╝╚╝ ╩ ╩
|
||||
# ╔═╗╔═╗╦╦ ╦╔╗╔╔═╗ ╔═╗╔═╗╦ ╦╔═╗╦ ╦
|
||||
# ╠╣ ╠═╣║║ ║║║║║ ╦ ╠═╝║ ║║ ║║ ╚╦╝
|
||||
# ╚ ╩ ╩╩╩═╝╩╝╚╝╚═╝ ╩ ╚═╝╩═╝╩╚═╝ ╩
|
||||
- industryName: Trigger a workflow based on a failing policy
|
||||
documentationUrl: https://fleetdm.com/docs/using-fleet/automations#policy-automations
|
||||
productCategories: [Endpoint operations,Device management]
|
||||
pricingTableCategories: [Integrations]
|
||||
usualDepartment: IT
|
||||
tier: Free
|
||||
jamfProHasFeature: yes
|
||||
jamfProtectHasFeature: no
|
||||
|
|
|
|||
Loading…
Reference in a new issue