From bec5a893a1c3954279ad11890da4d4a8a50bd217 Mon Sep 17 00:00:00 2001 From: Guilherme Gazzo <guilhermegazzo@gmail.com> Date: Thu, 14 Sep 2023 10:33:22 -0300 Subject: [PATCH] chore: Add commit subject to info panel (#30387) --- apps/meteor/client/views/admin/info/DeploymentCard.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/meteor/client/views/admin/info/DeploymentCard.tsx b/apps/meteor/client/views/admin/info/DeploymentCard.tsx index f1f3dde6aec..6bc9ece2b85 100644 --- a/apps/meteor/client/views/admin/info/DeploymentCard.tsx +++ b/apps/meteor/client/views/admin/info/DeploymentCard.tsx @@ -66,6 +66,7 @@ const DeploymentCard = ({ info, statistics, instances }: DeploymentCardProps): R <CardColTitle>{t('Commit_details')}</CardColTitle> {t('github_HEAD')}: ({commit.hash ? commit.hash.slice(0, 9) : ''}) <br /> {t('Branch')}: {commit.branch} + {commit.subject} </CardColSection> <CardColSection> <CardColTitle>{t('PID')}</CardColTitle> -- GitLab