Workspace UI nitpcks
What does this MR do and why?
Add the following enhancements to the Workspaces UI:
- Add beta badge to all Workspaces UI screens.
- Change max hours field label to "Time before automatic termination". It also fixes a bug where the max hours field was not converted to int.
- Add link to help page in Workspaces List.
- Adds a link to the cluster agent configuration docs in the "No cluster agents" error message.
- Breaks "Preview URL" into multiple lines when it is too long.
- Fixes empty state illustration size.
- Prefix cluster agent names with the project’s full name.
Screenshots or screen recordings
| Before | After |
|---|---|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
How to set up and validate locally
- Enable the remote development feature flag
Feature.enable(:remote_development_feature_flag) - You might need to run
gdk restart rails-webso rails reconfigure the routes. - Open
http://gdk.test:3000/-/remote_development/workspacesin your Web Browser. - You should see a list of workspaces like the screenshots above.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #409874 (closed)
Edited by Enrique Alcántara







