Skip to content

Commit d7bb7cf

Browse files
Merge pull request #844 from openshift-cherrypick-robot/cherry-pick-819-to-release-v1.15.x
[release-v1.15.x] SRVKP-9456: Add console.navigation/section for Pipelines
2 parents c264f70 + 329c339 commit d7bb7cf

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

console-extensions.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -835,6 +835,23 @@
835835
"required": ["HIDE_STATIC_PIPELINE_PLUGIN_TASKRUN_DETAILS"]
836836
}
837837
},
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+
},
838855
{
839856
"type": "console.navigation/href",
840857
"properties": {

0 commit comments

Comments
 (0)