diff --git a/workspaces/ui/.env b/workspaces/ui/.env index 400f50e392..6a76f8dc78 100644 --- a/workspaces/ui/.env +++ b/workspaces/ui/.env @@ -1,2 +1,3 @@ REACT_APP_TESTING_DASHBOARD=false -REACT_APP_TESTING_DASHBOARD_TEASER=false \ No newline at end of file +REACT_APP_TESTING_DASHBOARD_TEASER=false +REACT_APP_TESTING_DASHBOARD_ENDPOINT_DETAILS=false \ No newline at end of file diff --git a/workspaces/ui/.env.development b/workspaces/ui/.env.development index 92247e9df8..df72e65434 100644 --- a/workspaces/ui/.env.development +++ b/workspaces/ui/.env.development @@ -1,2 +1,3 @@ REACT_APP_TESTING_DASHBOARD=true -REACT_APP_TESTING_DASHBOARD_TEASER=false \ No newline at end of file +REACT_APP_TESTING_DASHBOARD_TEASER=false +REACT_APP_TESTING_DASHBOARD_ENDPOINT_DETAILS=true \ No newline at end of file diff --git a/workspaces/ui/src/components/dashboards/TestingDashboard.js b/workspaces/ui/src/components/dashboards/TestingDashboard.js index cbb6df029d..62911fa477 100644 --- a/workspaces/ui/src/components/dashboards/TestingDashboard.js +++ b/workspaces/ui/src/components/dashboards/TestingDashboard.js @@ -80,11 +80,14 @@ export default function TestingDashboardPage(props) { {hasCaptures ? (
+ {endpoint.descriptor.fullPath}
+
+
+
- {endpoint.descriptor.fullPath}
-
-
-