Skip to content

Commit e9b0811

Browse files
author
OpenShift Bot
authored
Merge pull request openshift#566 from jwforres/enable_pipeline_nav
Merged by openshift-bot
2 parents 32e29ee + d0486dd commit e9b0811

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/scripts/constants.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ window.OPENSHIFT_CONSTANTS = {
4646
],
4747

4848
ENABLE_TECH_PREVIEW_FEATURE: {
49-
pipelines: false
49+
pipelines: true
5050
},
5151

5252
// href's will be prefixed with /project/{{projectName}} unless they are absolute URLs

dist/scripts/scripts.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ DEFAULT_HPA_CPU_TARGET_PERCENT:80,
2828
DISABLE_OVERVIEW_METRICS:!1,
2929
AVAILABLE_KINDS_BLACKLIST:[ "Binding", "Ingress", "DeploymentConfigRollback" ],
3030
ENABLE_TECH_PREVIEW_FEATURE:{
31-
pipelines:!1
31+
pipelines:!0
3232
},
3333
PROJECT_NAVIGATION:[ {
3434
label:"Overview",

0 commit comments

Comments
 (0)