You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constchoice=awaitwindow.showWarningMessage(`Some of resources in cluster must be updated to work with latest release of OpenShift Connector Extension.`,'Update','Don\'t show it again','Help','Cancel');
1128
+
constchoice=awaitwindow.showWarningMessage(`Some of the resources in cluster must be updated to work with latest release of OpenShift Connector Extension.`,'Update','Don\'t show it again','Help','Cancel');
Copy file name to clipboardExpand all lines: src/openshift/component.ts
+6-15Lines changed: 6 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -300,7 +300,7 @@ export class Component extends OpenShiftItem {
300
300
if(undeployRequired){
301
301
letchoice: string;
302
302
do{
303
-
choice=awaitwindow.showWarningMessage('This Component must be undeployed before new version is pushed, because it was created and deployed with previous version ot the extension.','Undeploy','Help','Cancel');
303
+
choice=awaitwindow.showWarningMessage('This Component must be undeployed before new version is pushed, because it was created and deployed with previous version of the extension.','Undeploy','Help','Cancel');
304
304
switch(choice){
305
305
case'Undeploy':
306
306
awaitComponent.undeploy(component);
@@ -562,11 +562,9 @@ export class Component extends OpenShiftItem {
0 commit comments