In the BWS GUI clicking on a secret should also reveal its id

Problem: When I create a secret in the BWS GUI if I want to retrieve it programmatically I have to retrieve the id via CLI first to reference it.
Current flow: I retrieve the id from the secrets list once via CLI and manually add the id to the secret’s notes in the GUI.
Solution: Add the secret’s id to the GUI that appears when you click on a secret.