We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c264f70 + 329c339 commit d7bb7cfCopy full SHA for d7bb7cf
console-extensions.json
@@ -835,6 +835,23 @@
835
"required": ["HIDE_STATIC_PIPELINE_PLUGIN_TASKRUN_DETAILS"]
836
}
837
},
838
+ {
839
+ "type": "console.navigation/section",
840
+ "properties": {
841
+ "perspective": "admin",
842
+ "id": "pipelines",
843
+ "name": "%plugin__pipelines-console-plugin~Pipelines%",
844
+ "insertAfter": "builds",
845
+ "insertBefore": "servicecatalog",
846
+ "dataAttributes": {
847
+ "data-quickstart-id": "qs-nav-pipelines",
848
+ "data-test": "nav-pipelines"
849
+ }
850
+ },
851
+ "flags": {
852
+ "required": ["OPENSHIFT_PIPELINE"]
853
854
855
{
856
"type": "console.navigation/href",
857
"properties": {
0 commit comments