Skip to content

Commit

Permalink
Add flag to hide Output tab contributed by pipelines-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
vikram-raj committed Apr 11, 2024
1 parent 7ea46e1 commit 21b4b19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/packages/pipelines-plugin/console-extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1298,7 +1298,7 @@
},
"flags": {
"required": ["OPENSHIFT_PIPELINE"],
"disallowed": ["CONSOLE_PIPELINE_PLUGIN"]
"disallowed": ["HIDE_STATIC_PIPELINE_PLUGIN_PIPELINERUN_DETAIL_OUTPUT_TAB"]
}
},
{
Expand All @@ -1320,7 +1320,7 @@
},
"flags": {
"required": ["OPENSHIFT_PIPELINE"],
"disallowed": ["CONSOLE_PIPELINE_PLUGIN"]
"disallowed": ["HIDE_STATIC_PIPELINE_PLUGIN_PIPELINERUN_DETAIL_OUTPUT_TAB"]
}
}
]

0 comments on commit 21b4b19

Please sign in to comment.