Skip to content

Commit adc6c7e

Browse files
Merge pull request #842 from openshift-cherrypick-robot/cherry-pick-819-to-release-v1.17.x
[release-v1.17.x] SRVKP-9456: Add console.navigation/section for Pipelines
2 parents 73eaf77 + ef2a1a4 commit adc6c7e

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
@@ -828,6 +828,23 @@
828828
"required": ["HIDE_STATIC_PIPELINE_PLUGIN_TASKRUN_DETAILS"]
829829
}
830830
},
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+
},
831848
{
832849
"type": "console.navigation/href",
833850
"properties": {

0 commit comments

Comments
 (0)