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
fix(webapp): restore admin debug tooltip on Tasks and Runs, make its IDs copyable
The admin-only debug tooltip (the shield icon in the page header) was
removed from the Tasks page in #3941 and had never been present on the
Runs list. Re-add `<AdminDebugTooltip />` to both pages' accessories so
it matches the other dashboard pages.
Also wrap the tooltip's identifier values (User ID, Org ID, Project ID,
Project ref, Environment ID) in `CopyableText` so admins can copy them
on hover, reusing the same copy-on-hover control used in table cells.
Copy file name to clipboardExpand all lines: apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.runs._index/route.tsx
0 commit comments