Skip to content

Commit fcb75e7

Browse files
authored
Add text for missing CI keys
1 parent d113e0a commit fcb75e7

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

static/js/dashboard.v2.js

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,15 @@ function pattern_url (key) {
157157
}
158158

159159
function 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
}

0 commit comments

Comments
 (0)