File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ export default function Header() {
111111 < CardActions className = { classes . cardButton } >
112112 < Tooltip title = { list . tooltip } placement = "top" >
113113 < div >
114- < a onClick = { ( ) => handleView ( index ) } style = { { textDecoration : 'none' } } >
114+ < a onClick = { ( ) => handleView ( index ) } style = { { textDecoration : 'none' } } href = { clusterTypes [ index ] . redirectLink } >
115115 < Button
116116 variant = "contained"
117117 color = "default"
Original file line number Diff line number Diff line change @@ -83,12 +83,12 @@ export default class ClusterViewLoader {
8383
8484 @vsCommand ( 'openshift.explorer.addCluster.openLaunchSandboxPage' )
8585 static async openLaunchSandboxPage ( url : string ) {
86- await vscode . commands . executeCommand ( 'vscode.open' , vscode . Uri . parse ( url ) ) ;
86+ // fake command to report crc selection through telemetry
8787 }
8888
8989 @vsCommand ( 'openshift.explorer.addCluster.openCreateClusterPage' )
9090 static async openCreateClusterPage ( url : string ) {
91- await vscode . commands . executeCommand ( 'vscode.open' , vscode . Uri . parse ( url ) ) ;
91+ // fake command to report crc selection through telemetry
9292 }
9393
9494 @vsCommand ( 'openshift.explorer.addCluster.openCrcAddClusterPage' )
You can’t perform that action at this time.
0 commit comments