Skip to content

Commit

Permalink
Merge pull request #13124 from Lucifergene/OCPBUGS-18406-Builds-NavItem
Browse files Browse the repository at this point in the history
OCPBUGS-18406: Builds navigation item is missing in Developer perspective
  • Loading branch information
openshift-merge-robot committed Aug 31, 2023
2 parents 1160582 + 7a21eab commit 48a6d12
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions frontend/packages/dev-console/console-extensions.json
Expand Up @@ -717,9 +717,6 @@
"data-quickstart-id": "qs-nav-builds",
"data-test-id": "build-header"
}
},
"flags": {
"required": ["DEVCONSOLE_BUILDS"]
}
},
{
Expand All @@ -728,9 +725,6 @@
"exact": true,
"path": ["/builds"],
"component": { "$codeRef": "common.NamespaceRedirect" }
},
"flags": {
"required": ["DEVCONSOLE_BUILDS"]
}
},
{
Expand All @@ -739,9 +733,6 @@
"exact": false,
"path": ["/builds/all-namespaces", "/builds/ns/:ns"],
"component": { "$codeRef": "builds.BuildsTabListPage" }
},
"flags": {
"required": ["DEVCONSOLE_BUILDS"]
}
},
{
Expand Down

0 comments on commit 48a6d12

Please sign in to comment.