From d158762cb683cc020b8838ec6d43bc6b90755f82 Mon Sep 17 00:00:00 2001 From: Sudhir Verma Date: Wed, 27 May 2020 12:19:16 +0530 Subject: [PATCH] show open in editor option in condition under taskrun (#307) --- src/tkn.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/tkn.ts b/src/tkn.ts index e2b13c1c..889719cc 100644 --- a/src/tkn.ts +++ b/src/tkn.ts @@ -76,7 +76,7 @@ export enum ContextType { CONDITIONSNODE = 'conditionsnode', CONDITIONS = 'conditions', PIPELINERUNNODE = 'pipelinerunnode', - CONDITIONRUN = 'conditionrunnode', + CONDITIONRUN = 'conditions', } // eslint-disable-next-line @typescript-eslint/no-explicit-any @@ -428,11 +428,6 @@ export class TektonNodeImpl implements TektonNode { tooltip: 'TaskRun: {label}', getChildren: () => [] }, - conditionrunnode: { - icon: 'C.svg', - tooltip: 'ConditionRun: {label}', - getChildren: () => [] - }, clustertask: { icon: 'CT.svg', tooltip: 'Clustertask: {label}',