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
constvalue=awaitwindow.showInformationMessage(`No URL for Component '${component.getName()}' in Application '${app.getName()}'. Do you want to create a URL and open it?`,'Create','Cancel');
consthostName: QuickPickItem[]=result.map((value)=>({label: `${value.spec.protocol}://${value.spec.host}`,description: `Target Port is ${value.spec.port}`}));
370
363
if(hostName.length>1){
371
364
selectRoute=awaitwindow.showQuickPick(hostName,{placeHolder: "This Component has multiple URLs. Select the desired URL to open in browser."});
@@ -377,9 +370,9 @@ export class Component extends OpenShiftItem {
0 commit comments