File tree Expand file tree Collapse file tree 1 file changed +16
-7
lines changed
Expand file tree Collapse file tree 1 file changed +16
-7
lines changed Original file line number Diff line number Diff line change @@ -157,6 +157,15 @@ function pattern_url (key) {
157157}
158158
159159function stringForKey ( key ) {
160+ if ( key == 'azr' ) {
161+ return 'Azure'
162+ }
163+ if ( key == 'gcp' ) {
164+ return 'Google'
165+ }
166+ if ( key == 'aws' ) {
167+ return 'Amazon'
168+ }
160169 if ( key == 'aegitops' ) {
161170 return 'Ansible Edge'
162171 }
@@ -170,16 +179,16 @@ function stringForKey (key) {
170179 return 'Core GitOps'
171180 }
172181 if ( key == 'medicaldiag' ) {
173- return 'Image Classification '
182+ return 'Medical Diagnosis '
174183 }
175- if ( key == 'azr ' ) {
176- return 'Azure '
184+ if ( key == 'imageclass ' ) {
185+ return 'Image Classification '
177186 }
178- if ( key == 'gcp ' ) {
179- return 'Google '
187+ if ( key == 'connvehicle ' ) {
188+ return 'Connected Vehicle '
180189 }
181- if ( key == 'aws ' ) {
182- return 'Amazon '
190+ if ( key == 'retail ' ) {
191+ return 'Quarkus CoffeeShop '
183192 }
184193 return key
185194}
You can’t perform that action at this time.
0 commit comments