Skip to content

Commit 9244be4

Browse files
committed
Merge branch 'hotfix/perf-tuning' into dev
2 parents 4ca43c6 + b7e74b4 commit 9244be4

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/config/projectWizard/index.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const products = {
8787
icon: 'product-qa-crowd-testing',
8888
id: 'data_exploration',
8989
aliases: ['data-exploration', 'data_exploration'],
90-
hidden : true
90+
hidden : true
9191
}
9292
}
9393
},
@@ -257,6 +257,14 @@ const products = {
257257
id: 'health_check',
258258
aliases: ['health-check', 'health_check' ]
259259
},
260+
'Performance Tuning': {
261+
brief: 'TBD',
262+
details: 'Analyze your JVM based applications and generate recommendations',
263+
icon: 'product-qa-website-performance',
264+
id: 'performance_tuning',
265+
aliases: ['performance-tuning', 'performance_tuning'],
266+
hidden: true
267+
},
260268
'Digital Accessibility': {
261269
brief: 'TBD',
262270
details: 'Make sure you app or website conforms to all rules and regulations',

0 commit comments

Comments
 (0)