Skip to content

Commit da906a2

Browse files
committed
Revert "Add activation event and Provision OpenShift cluster button"
This reverts commit 5e88ae8.
1 parent 5e88ae8 commit da906a2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,7 @@
299299
"onCommand:clusters.openshift.deploy.rcShowLog.palette",
300300
"onCommand:clusters.openshift.deployment.openConsole",
301301
"onCommand:clusters.openshift.imagestream.openConsole",
302-
"onCommand:openshift.componentTypesView.registry.openInView",
303-
"onWalkthrough:openshiftWalkthrough"
302+
"onCommand:openshift.componentTypesView.registry.openInView"
304303
],
305304
"contributes": {
306305
"commands": [
@@ -1567,7 +1566,7 @@
15671566
{
15681567
"id": "login",
15691568
"title": "Login/Provision OpenShift cluster",
1570-
"description": "Users can Login to an existing OpenShift cluster using the login button.\nTo provision a new OpenShift cluster, **Add OpenShift Cluster** button opens a guided experience workflow to connect to a local or sandbox cluster.\n[Login to the existing OpenShift cluster](command:openshift.explorer.login)\n[Provision OpenShift cluster](command:openshift.explorer.addCluster)",
1569+
"description": "Users can Login to an existing OpenShift cluster using the login button.\nTo provision a new OpenShift cluster, **Add OpenShift Cluster** button opens a guided experience workflow to connect to a local or sandbox cluster.\n[Login to the existing OpenShift cluster](command:openshift.explorer.login)\n[Connect using OpenShift Local](command:openshift.explorer.addCluster?[\"crc\"])\n[Connect using Red Hat Developer Sandbox](command:openshift.explorer.addCluster?[\"sandbox\"])",
15711570
"media": {
15721571
"image": "images/walkthrough/loginCluster.gif",
15731572
"altText": "login to cluster"

0 commit comments

Comments
 (0)