chore: tweak feature matrix

This commit is contained in:
Steven
2024-08-12 21:29:57 +08:00
parent 00e2a6fd96
commit 7c31fd444c
13 changed files with 176 additions and 198 deletions

View File

@@ -24,6 +24,7 @@ func (s *APIV1Service) GetWorkspaceProfile(ctx context.Context, _ *v1pb.GetWorks
// Load subscription plan from license service.
subscription := s.LicenseService.GetSubscription()
workspaceProfile.Plan = subscription.Plan
workspaceProfile.Features = subscription.Features
owner, err := s.GetInstanceOwner(ctx)
if err != nil {