- 
                Notifications
    You must be signed in to change notification settings 
- Fork 715
Description
Is there an existing issue for this?
- I have searched the existing issues
Is your feature request related to a problem? Please describe the problem.
As I see it, the dashboard table/graph and details view serve different purposes.
On the details view I want to see all details as they are,
On the table/grid I want a user friendly view.
Describe the solution you'd like
Take Keycloak as an example.
Keycloak has an http endpoint and a management endpoint. The http endpoint opens the UI to do whatever the user wants and the management endpoint is mostly for health checks.
If I change the display text for the user to know what to click, it's changed on the details view and it will require additional steps to get the URL. It should remain unchanged on the details view adding just the display text.
If I remove to management URL, it's removed from the details view.
I'm using Keycloak realms (#7120) and I would like to add the realm URL to each realm.
/cc @DamianEdwards