|
1 | 1 | /******************************************************************************* |
2 | | - * Copyright (c) 2018, 2019 IBM Corporation and others. |
| 2 | + * Copyright (c) 2018, 2020 IBM Corporation and others. |
3 | 3 | * All rights reserved. This program and the accompanying materials |
4 | 4 | * are made available under the terms of the Eclipse Public License v2.0 |
5 | 5 | * which accompanies this distribution, and is available at |
@@ -79,7 +79,7 @@ export function createCommands(): vscode.Disposable[] { |
79 | 79 | registerConnectionCommand(Commands.CONNECTION_OVERVIEW, connectionOverviewCmd, undefined, false, true), |
80 | 80 | registerConnectionCommand(Commands.MANAGE_TEMPLATE_SOURCES, manageSourcesCmd, undefined, true, false), |
81 | 81 | registerConnectionCommand(Commands.MANAGE_REGISTRIES, manageRegistriesCmd, undefined, true, false), |
82 | | - registerConnectionCommand(Commands.OPEN_TEKTON, openTektonDashboard, undefined, true, true), |
| 82 | + registerConnectionCommand(Commands.OPEN_TEKTON, openTektonDashboard, undefined, true, false), |
83 | 83 |
|
84 | 84 | registerProjectCommand(Commands.PROJECT_OVERVIEW, projectOverviewCmd, undefined, ProjectState.getAllAppStates()), |
85 | 85 | registerProjectCommand(Commands.OPEN_APP, openAppCmd, undefined, ProjectState.getStartedOrStartingStates()), |
|
0 commit comments