Skip to content

Commit

Permalink
show open in editor option in condition under taskrun (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
sudhirverma committed May 27, 2020
1 parent 4313cdb commit d158762
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/tkn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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}',
Expand Down

0 comments on commit d158762

Please sign in to comment.