Skip to content

Commit

Permalink
Reverted the requirement 'DEVCONSOLE_BUILDS' flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucifergene committed Aug 31, 2023
1 parent 1160582 commit 7a21eab
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions frontend/packages/dev-console/console-extensions.json
Original file line number Diff line number Diff line change
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 7a21eab

Please sign in to comment.