Skip to content

Commit c633f89

Browse files
committed
Add Create Component button to Application Explorer View
This PR fixes #2416. Signed-off-by: Denis Golovin dgolovin@redhat.com
1 parent 822b503 commit c633f89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -923,12 +923,12 @@
923923
"viewsWelcome": [
924924
{
925925
"view": "openshiftProjectExplorer",
926-
"contents": "Cluster is not accessible or you are not logged in.\n[Login](command:openshift.explorer.login)\n[Select Kubernetes Context ](command:openshift.explorer.switchContext)\n[Add OpenShift Cluster](command:openshift.explorer.addCluster)",
926+
"contents": "Cluster is not accessible or you are not logged in.\n[Login](command:openshift.explorer.login)\n[Select Kubernetes Context ](command:openshift.explorer.switchContext)\n[Add OpenShift Cluster](command:openshift.explorer.addCluster)\n[Create Component](command:openshift.component.createFromLocal)",
927927
"enablement": "openshift.app.explorer.init"
928928
},
929929
{
930930
"view": "openshiftComponentsView",
931-
"contents": "You have no OpenShift Components in your workspace yet.\n[New Component](command:openshift.component.createFromLocal)",
931+
"contents": "You have no OpenShift Components in your workspace yet.\n[Create Component](command:openshift.component.createFromLocal)",
932932
"enablement": "openshift.component.explorer.init"
933933
}
934934
],

0 commit comments

Comments
 (0)