Skip to content

Commit

Permalink
added per-service pricing
Browse files Browse the repository at this point in the history
  • Loading branch information
swoodward90 committed Nov 13, 2023
1 parent b195ca8 commit 7bf825d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions www/src/components/account/billing/BillingPricingTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ function BillingPricingTable() {
</Div>
<Div {...firstColumnCellProps}>Clusters</Div>
<Div {...firstColumnCellProps}>Users</Div>
<Div {...firstColumnCellProps}>Services</Div>
<Div {...firstColumnCellProps}>Roles</Div>
<Div {...firstColumnCellProps}>Groups</Div>
<Div {...firstColumnCellProps}>Service accounts</Div>
Expand Down Expand Up @@ -119,6 +120,9 @@ function BillingPricingTable() {
<Div>
<CloseIcon color="icon-default" />
</Div>
<Div>
<CloseIcon color="icon-default" />
</Div>
<Div>
<CheckIcon color="icon-success" />
</Div>
Expand Down Expand Up @@ -178,6 +182,7 @@ function BillingPricingTable() {
<Div body2>Unlimited</Div>
<Div body2>${clusterMonthlyPricing}/cluster/month</Div>
<Div body2>${userMonthlyPricing}/user/month</Div>
<Div body2>$200/pack of 5 services/month</Div>
<Div>
<CheckIcon color="icon-success" />
</Div>
Expand Down Expand Up @@ -266,6 +271,12 @@ function BillingPricingTable() {
>
Unlimited
</Div>
<Div
{...lastColumnCellProps}
body2
>
Unlimited
</Div>
<Div {...lastColumnCellProps}>
<CheckIcon color="icon-success" />
</Div>
Expand Down

0 comments on commit 7bf825d

Please sign in to comment.