mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
Clarify pricing (#10616)
See https://docs.google.com/document/d/1eBvv4Ga5tDWdBzD7bFI9xDRwF9U0i8qR_6UHJFK3FuQ/edit?disco=AAAAtZkE1ws (private google doc) for an example of the misunderstanding this was causing for a particular CISO of a publicly-traded company.
This commit is contained in:
parent
27881ca9cc
commit
9828a687a7
2
website/views/pages/pricing.ejs
vendored
2
website/views/pages/pricing.ejs
vendored
@ -61,7 +61,7 @@
|
||||
<h2>Fleet Ultimate</h2>
|
||||
<h3>For orgs with large deployments</h3>
|
||||
<p>Over 500 hosts<a href="#additional-hosts">†</a></p>
|
||||
<h2>$<span :class="[estimatedUltimateCostPerHostHasBeenUpdated ? 'show-estimated-price' : '']">{{ estimatedUltimateCostPerHost.toFixed(2) }}</span>/host</h2>
|
||||
<h2>$<span :class="[estimatedUltimateCostPerHostHasBeenUpdated ? 'show-estimated-price' : '']">{{ estimatedUltimateCostPerHost.toFixed(2) }}</span>/host/month</h2>
|
||||
</div>
|
||||
<div>
|
||||
<p><strong>All of Premium plus</strong></p>
|
||||
|
Loading…
Reference in New Issue
Block a user