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
feat: add datacenter field to runners table (#3016)
Closes FRONT-792
### TL;DR
Added a Datacenter column to the Runners Table to display runner datacenter information.
### What changed?
- Added a new "Datacenter" column header to the Runners Table
- Added a corresponding table cell in the RowSkeleton component to maintain proper layout when loading
- Added a table cell to display the runner's datacenter value in the Row component
### How to test?
1. Navigate to the Runners Table view
2. Verify that the "Datacenter" column appears between the "Name" and "Slots" columns
3. Confirm that each runner's datacenter information is correctly displayed in the new column
4. Check that the loading skeleton properly includes the new column
### Why make this change?
This change improves visibility of runner datacenter information, making it easier for users to identify where runners are located without having to drill down into individual runner details. This information is valuable for managing distributed runner deployments across multiple datacenters.
0 commit comments