Skip to content

Commit

Permalink
use subdomain name if present (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
D-B-Hawk authored Dec 11, 2023
1 parent e555f6c commit 59eee37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/clusterDetails/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const ClusterDetails: FunctionComponent<ClusterDetailsProps> = ({
<RowInfo>
<ColumnInfo>
<StyledLabel variant="labelLarge">Cluster domain name</StyledLabel>
<StyledValue variant="body2">{domainName}</StyledValue>
<StyledValue variant="body2">{fullDomainName}</StyledValue>
</ColumnInfo>
<ColumnInfo>
<StyledLabel variant="labelLarge">Alerts email</StyledLabel>
Expand Down

0 comments on commit 59eee37

Please sign in to comment.