Skip to content

Commit 6ca9f44

Browse files
authored
Map the nutanix to the correct formating
1 parent e65d6ee commit 6ca9f44

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

static/js/dashboard.v2.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,9 @@ function stringForKey (key) {
190190
if (key == 'retail') {
191191
return 'Quarkus CoffeeShop'
192192
}
193+
if (key == 'nutanix') {
194+
return 'Nutanix'
195+
}
193196
return key
194197
}
195198

0 commit comments

Comments
 (0)