Skip to content
Snippets Groups Projects
Unverified Commit bec5a893 authored by Guilherme Gazzo's avatar Guilherme Gazzo Committed by GitHub
Browse files

chore: Add commit subject to info panel (#30387)

parent 92f5a02e
No related branches found
No related tags found
No related merge requests found
...@@ -66,6 +66,7 @@ const DeploymentCard = ({ info, statistics, instances }: DeploymentCardProps): R ...@@ -66,6 +66,7 @@ const DeploymentCard = ({ info, statistics, instances }: DeploymentCardProps): R
<CardColTitle>{t('Commit_details')}</CardColTitle> <CardColTitle>{t('Commit_details')}</CardColTitle>
{t('github_HEAD')}: ({commit.hash ? commit.hash.slice(0, 9) : ''}) <br /> {t('github_HEAD')}: ({commit.hash ? commit.hash.slice(0, 9) : ''}) <br />
{t('Branch')}: {commit.branch} {t('Branch')}: {commit.branch}
{commit.subject}
</CardColSection> </CardColSection>
<CardColSection> <CardColSection>
<CardColTitle>{t('PID')}</CardColTitle> <CardColTitle>{t('PID')}</CardColTitle>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment