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
Copy file name to clipboardExpand all lines: apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.runs.$runParam/route.tsx
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1174,9 +1174,10 @@ function ShowParentOrRootLinks({
1174
1174
{friendlyId: relationships.root.friendlyId},
1175
1175
{spanId: relationships.root.spanId}
1176
1176
)}
1177
+
shortcut={{key: "t"}}
1177
1178
className="text-xs"
1178
1179
>
1179
-
Show Root &Parentrun
1180
+
Jump to Root &Parent
1180
1181
</TextLink>
1181
1182
);
1182
1183
}
@@ -1193,9 +1194,10 @@ function ShowParentOrRootLinks({
1193
1194
{friendlyId: relationships.root.friendlyId},
1194
1195
{spanId: relationships.root.spanId}
1195
1196
)}
1197
+
shortcut={{key: "t"}}
1196
1198
className="text-xs"
1197
1199
>
1198
-
Show Root run
1200
+
Jump to Root
1199
1201
</TextLink>
1200
1202
)}
1201
1203
{relationships.parent&&(
@@ -1207,9 +1209,10 @@ function ShowParentOrRootLinks({
0 commit comments