Add new limits to the billing page

This commit is contained in:
Owen
2026-07-02 10:55:46 -04:00
parent 8f377a4fb2
commit e40f325703
4 changed files with 300 additions and 6 deletions

View File

@@ -27,6 +27,12 @@ export async function getFeatureDisplayName(
return "Remote Exit Nodes";
case LimitId.ORGANIZATIONS:
return "Organizations";
case LimitId.PUBLIC_RESOURCES:
return "Public Resources";
case LimitId.PRIVATE_RESOURCES:
return "Private Resources";
case LimitId.MACHINE_CLIENTS:
return "Machine Clients";
case LimitId.TIER1:
return "Home Lab";
default: