We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6b07dd commit 608ea7bCopy full SHA for 608ea7b
console-extensions.json
@@ -920,6 +920,23 @@
920
"required": ["HIDE_STATIC_PIPELINE_PLUGIN_TASKRUN_DETAILS"]
921
}
922
},
923
+ {
924
+ "type": "console.navigation/section",
925
+ "properties": {
926
+ "perspective": "admin",
927
+ "id": "pipelines",
928
+ "name": "%plugin__pipelines-console-plugin~Pipelines%",
929
+ "insertAfter": "builds",
930
+ "insertBefore": "servicecatalog",
931
+ "dataAttributes": {
932
+ "data-quickstart-id": "qs-nav-pipelines",
933
+ "data-test": "nav-pipelines"
934
+ }
935
+ },
936
+ "flags": {
937
+ "required": ["OPENSHIFT_PIPELINE"]
938
939
940
{
941
"type": "console.navigation/href",
942
"properties": {
0 commit comments