Skip to content

Commit

Permalink
Merge pull request #2343 from vikram-raj/fix-odc-725
Browse files Browse the repository at this point in the history
fix bug add topology node icon for java
  • Loading branch information
openshift-merge-robot authored Aug 15, 2019
2 parents 64549fe + 4aa0eb2 commit 12cafb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/public/components/catalog/catalog-item-icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ const logos = new Map()
.set('icon-rails', railsImg)
.set('icon-redis', redisImg)
.set('icon-rh-integration', rhIntegrationImg)
.set('icon-java', openjdkImg)
// Use the upstream icon.
.set('icon-rh-openjdk', openjdkImg)
.set('icon-rh-tomcat', rhTomcatImg)
Expand Down

0 comments on commit 12cafb5

Please sign in to comment.