-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Description
In the Templates overview I see the following:
The icon that will be shown in the UI for this template; the name of a CSS class defined in the web console source (search content for "openshift-logos-icon")
But I couldn't find a list of icons there :( Maybe we could provide this list explicitly?
As far I can see we can get this list by using the command:
$ grep name assets/app/styles/fonts/openshift-logos-icon.json | grep -v openshift-logos-icon
"name": "github"
"name": "git"
"name": "openjdk"
"name": "rails"
"name": "php"
"name": "ruby"
"name": "django"
"name": "nodejs"
"name": "jenkins"
"name": "python"
"name": "perl"
"name": "zend"
"name": "jboss"
"name": "tomcat"
"name": "spring"
"name": "mysql-database"
"name": "postgresql"
"name": "mongodb"
"name": "mariadb"
"name": "wordpress"
"name": "drupal"
"name": "codeigniter"
"name": "shadowman"
"name": "stackoverflow"
"name": "aerogear"
"name": "capedwarf"
"name": "redis"
"name": "clojure"
"name": "scala"
"name": "grails"
"name": "beaker"
"name": "go-gopher",
"name": "joomla"
"name": "load-balancer"
"name": "wildfly",
"name": "play",
"name": "laravel",abaschen, ClementDy, rdebeasi and ManuelFeller
Metadata
Metadata
Assignees
Labels
No labels