Skip to content

Commit

Permalink
chore: Add commit subject to info panel (#30387)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo authored Sep 14, 2023
1 parent 92f5a02 commit bec5a89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/meteor/client/views/admin/info/DeploymentCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit bec5a89

Please sign in to comment.