You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to implement Tenants page where all environments will be shown for users with Tenant-Management permission only.
For other users the page will not be shown.
There will be a table with environments data and a Destroy button that would destroy the environment.
Use these REST endpoints:
List of environments - GET rest/ui/environments/tenants
Destroy environment - DELETE rest/ui/environments/{ENV_ID}
The text was updated successfully, but these errors were encountered:
We need to implement Tenants page where all environments will be shown for users with Tenant-Management permission only.
For other users the page will not be shown.
There will be a table with environments data and a Destroy button that would destroy the environment.
Use these REST endpoints:
List of environments - GET rest/ui/environments/tenants
Destroy environment - DELETE rest/ui/environments/{ENV_ID}
The text was updated successfully, but these errors were encountered: