Skip to content

Commit

Permalink
Add product icons for service catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
spadgett committed Oct 19, 2017
1 parent b6aa325 commit 3a4fc44
Show file tree
Hide file tree
Showing 20 changed files with 38 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/images/logos/3scale.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/images/logos/amq.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/images/logos/datagrid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/images/logos/datavirt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/images/logos/decisionserver.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/images/logos/eap.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/images/logos/rh-integration.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/images/logos/rh-tomcat.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/images/logos/sso.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions app/scripts/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,9 @@ angular.extend(window.OPENSHIFT_CONSTANTS, {
LOGO_BASE_URL: "images/logos/",
// Some icon classes we have SVG images for. Use the color images when we have them.
LOGOS: {
'icon-3scale': '3scale.svg',
'icon-aerogear': 'aerogear.svg',
'icon-amq': 'amq.svg',
'icon-angularjs': 'angularjs.svg',
'icon-ansible': 'ansible.svg',
'icon-apache': 'apache.svg',
Expand All @@ -574,9 +576,13 @@ angular.extend(window.OPENSHIFT_CONSTANTS, {
'icon-cassandra': 'cassandra.svg',
'icon-clojure': 'clojure.svg',
'icon-codeigniter': 'codeigniter.svg',
'icon-datagrid': 'datagrid.svg',
'icon-datavirt': 'datavirt.svg',
'icon-decisionserver': 'decisionserver.svg',
'icon-django': 'django.svg',
'icon-dotnet': 'dotnet.svg',
'icon-drupal': 'drupal.svg',
'icon-eap': 'eap.svg',
'icon-elastic': 'elastic.svg',
'icon-erlang': 'erlang.svg',
'icon-git': 'git.svg',
Expand Down Expand Up @@ -614,10 +620,14 @@ angular.extend(window.OPENSHIFT_CONSTANTS, {
'icon-rabbitmq': 'rabbitmq.svg',
'icon-rails': 'rails.svg',
'icon-redis': 'redis.svg',
'icon-rh-integration': 'rh-integration.svg',
'icon-rh-openjdk': 'openjdk.svg', // use the upstream icon
'icon-rh-tomcat': 'rh-tomcat.svg',
'icon-ruby': 'ruby.svg',
'icon-scala': 'scala.svg',
'icon-shadowman': 'shadowman.svg',
'icon-spring': 'spring.svg',
'icon-sso': 'sso.svg',
'icon-stackoverflow': 'stackoverflow.svg',
'icon-symfony': 'symfony.svg',
'icon-tomcat': 'tomcat.svg',
Expand Down
Loading

0 comments on commit 3a4fc44

Please sign in to comment.