Skip to content

Commit b7e74b4

Browse files
dmessingmtwomey
authored andcommitted
added perf tuning
1 parent 9ce7dc7 commit b7e74b4

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
},
@@ -204,6 +204,14 @@ const products = {
204204
aliases: ['performance-testing', 'performance_testing'],
205205
hidden: true
206206
},
207+
'Performance Tuning': {
208+
brief: 'TBD',
209+
details: 'Analyze your JVM based applications and generate recommendations',
210+
icon: 'product-qa-website-performance',
211+
id: 'performance_tuning',
212+
aliases: ['performance-tuning', 'performance_tuning'],
213+
hidden: true
214+
},
207215
'Digital Accessibility': {
208216
brief: 'TBD',
209217
details: 'Make sure you app or website conforms to all rules and regulations',

0 commit comments

Comments
 (0)