We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73eaf77 + ef2a1a4 commit adc6c7eCopy full SHA for adc6c7e
console-extensions.json
@@ -828,6 +828,23 @@
828
"required": ["HIDE_STATIC_PIPELINE_PLUGIN_TASKRUN_DETAILS"]
829
}
830
},
831
+ {
832
+ "type": "console.navigation/section",
833
+ "properties": {
834
+ "perspective": "admin",
835
+ "id": "pipelines",
836
+ "name": "%plugin__pipelines-console-plugin~Pipelines%",
837
+ "insertAfter": "builds",
838
+ "insertBefore": "servicecatalog",
839
+ "dataAttributes": {
840
+ "data-quickstart-id": "qs-nav-pipelines",
841
+ "data-test": "nav-pipelines"
842
+ }
843
+ },
844
+ "flags": {
845
+ "required": ["OPENSHIFT_PIPELINE"]
846
847
848
{
849
"type": "console.navigation/href",
850
"properties": {
0 commit comments