Skip to content

Commit 939c007

Browse files
authored
feat(webapp): show runtime versions in deployment lists (#4273)
1 parent eccc8e3 commit 939c007

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.deployments

apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.deployments/route.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ export default function Page() {
303303
<RuntimeIcon
304304
runtime={deployment.runtime}
305305
runtimeVersion={deployment.runtimeVersion}
306+
withLabel
306307
/>
307308
</TableCell>
308309
<TableCell to={path} isSelected={isSelected}>

0 commit comments

Comments
 (0)