Closed Conceptiks closed 8 months ago
To permanently hide the onboarding banner after the free onboarding has been booked, we need to attach a onboarded: true-flag to each tenant:
onboarded: true
https://github.com/metal-stack-cloud/api/blob/main/proto/api/v1/tenant.proto#L61
This will also need to be implemented in the API-Server.
Relates to: https://github.com/metal-stack-cloud/console/pull/638
To permanently hide the onboarding banner after the free onboarding has been booked, we need to attach a
onboarded: true
-flag to each tenant:https://github.com/metal-stack-cloud/api/blob/main/proto/api/v1/tenant.proto#L61
This will also need to be implemented in the API-Server.
Relates to: https://github.com/metal-stack-cloud/console/pull/638