Skip to content

Commit

Permalink
Add default value in frontend for cluster name in details
Browse files Browse the repository at this point in the history
  • Loading branch information
arbulu89 committed May 10, 2022
1 parent 2850cbf commit a434de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/components/ClusterDetails/ClusterDetails.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ const ClusterDetails = () => {
className="grid-rows-3"
orientation="vertical"
data={[
{ title: 'Cluster name', content: cluster.name },
{ title: 'Cluster name', content: cluster.name || 'Not defined' },
{ title: 'SID', content: cluster.sid },
{
title: 'Fencing type',
Expand Down

0 comments on commit a434de3

Please sign in to comment.