File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -147,9 +147,7 @@ function ClusterName({row}: ClusterNameProps) {
147147
148148 return (
149149 < div className = { b ( 'cluster-name' ) } >
150- < ExternalLink href = { clusterPath } target = { row . clusterDomain ? '_blank' : undefined } >
151- { row . title || row . name }
152- </ ExternalLink >
150+ < ExternalLink href = { clusterPath } > { row . title || row . name } </ ExternalLink >
153151 </ div >
154152 ) ;
155153}
@@ -353,11 +351,7 @@ function Versions({row}: VersionsProps) {
353351 }
354352 const clusterPath = calculateClusterPath ( row , clusterTabsIds . versions ) ;
355353 return (
356- < ExternalLink
357- className = { b ( 'cluster-versions' ) }
358- href = { clusterPath }
359- target = { row . clusterDomain ? '_blank' : undefined }
360- >
354+ < ExternalLink className = { b ( 'cluster-versions' ) } href = { clusterPath } >
361355 < VersionsBar preparedVersions = { preparedVersions } />
362356 </ ExternalLink >
363357 ) ;
You can’t perform that action at this time.
0 commit comments