Skip to content

Commit be5d77c

Browse files
committed
Rename 'Connect using ...' to 'Provision ...'
Signed-off-by: Denis Golovin dgolovin@redhat.com
1 parent da906a2 commit be5d77c

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 local OpenShift cluster](command:openshift.explorer.addCluster?[\"crc\"])\n[Provision Red Hat Developer Sandbox cluster](command:openshift.explorer.addCluster?[\"sandbox\"])",
15701571
"media": {
15711572
"image": "images/walkthrough/loginCluster.gif",
15721573
"altText": "login to cluster"

0 commit comments

Comments
 (0)