File tree 2 files changed +16
-0
lines changed
components/dashboard/src/settings
2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -634,6 +634,14 @@ export default function () {
634
634
return (
635
635
< div >
636
636
< PageWithSettingsSubMenu title = "Plans" subtitle = "Manage account usage and billing." >
637
+ { isUsageBasedBillingEnabled && (
638
+ < Alert type = "message" className = "mb-4" >
639
+ Your account has been enabled for usage-based billing.{ " " }
640
+ < a className = "gp-link" href = "https://www.gitpod.io/docs/configure/billing/usage-based-billing" >
641
+ Learn how to upgrade
642
+ </ a >
643
+ </ Alert >
644
+ ) }
637
645
< div className = "w-full text-center" >
638
646
< p className = "text-xl text-gray-500" >
639
647
You are currently using the{ " " }
Original file line number Diff line number Diff line change @@ -454,6 +454,14 @@ function AllTeams() {
454
454
455
455
return (
456
456
< div >
457
+ { isUsageBasedBillingEnabled && (
458
+ < Alert type = "message" className = "mb-4" >
459
+ Your account has been enabled for usage-based billing.{ " " }
460
+ < a className = "gp-link" href = "https://www.gitpod.io/docs/configure/billing/usage-based-billing" >
461
+ Learn how to upgrade
462
+ </ a >
463
+ </ Alert >
464
+ ) }
457
465
< div className = "flex flex-row" >
458
466
< div className = "flex-grow " >
459
467
< h3 className = "self-center" > All Team Plans</ h3 >
You can’t perform that action at this time.
0 commit comments