Closed
Description
Is your feature request related to a problem? Please describe
We want the GCP Snapshots page contains the information of workspace ID. So, it's convenient to see the snapshot belongs to which workspace ID.
Currently, the snapshot contains the PVC name only.
And the PVC contains the information as.
Although we could get the PVC name from snapshot first, and then get the workspace ID from description.
It'd be good if we could found the workspace ID directly from the snapshot.
Describe the behaviour you'd like
Display the workspace ID in snapshot either by description or label.
Describe alternatives you've considered
Manually check snapshot to get the PVC name, and then check the disks to find the workspace ID from the description.