Skip to content

Commit 5e88ae8

Browse files
committed
Add activation event and Provision OpenShift cluster button
Signed-off-by: Denis Golovin dgolovin@redhat.com
1 parent 355d406 commit 5e88ae8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,8 @@
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"
302+
"onCommand:openshift.componentTypesView.registry.openInView",
303+
"onWalkthrough:openshiftWalkthrough"
303304
],
304305
"contributes": {
305306
"commands": [
@@ -1566,7 +1567,7 @@
15661567
{
15671568
"id": "login",
15681569
"title": "Login/Provision OpenShift cluster",
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\"])",
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)",
15701571
"media": {
15711572
"image": "images/walkthrough/loginCluster.gif",
15721573
"altText": "login to cluster"

0 commit comments

Comments
 (0)