Skip to content
Snippets Groups Projects
Commit 2d5a399a authored by Imre Toth's avatar Imre Toth
Browse files

Merge branch 'Fixing_deployment_badge' into 'develop'

Fixing deployment badge

See merge request !198
parents 390b3b0a 672956ca
No related branches found
No related tags found
Loading
Checking pipeline status
...@@ -14,6 +14,6 @@ export function DeploymentBadge({ deployment }) { ...@@ -14,6 +14,6 @@ export function DeploymentBadge({ deployment }) {
<DeploymentTypeIcon type={deployment.undeployment ? "undeploy" : "deploy"}/> <DeploymentTypeIcon type={deployment.undeployment ? "undeploy" : "deploy"}/>
</> </>
} }
title={linkToIoc} subheader={deployment.host.hostName || "---"} /> title={linkToIoc} subheader={deployment.host.fqdn || "---"} />
) )
} }
\ No newline at end of file
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