Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Provide a full list of possible icons of template #1329

Closed
php-coder opened this issue Dec 14, 2015 · 3 comments
Closed

Provide a full list of possible icons of template #1329

php-coder opened this issue Dec 14, 2015 · 3 comments
Assignees

Comments

@php-coder
Copy link

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",
@jwforres
Copy link
Member

@sg00dwin we've been getting this question a lot lately, I think ideally we would want to have something like what patternfly has in their docs https://www.patternfly.org/styles/icons/#_

@rdebeasi
Copy link

A basic icon list is available here: https://rawgit.com/openshift/openshift-logos-icon/master/demo.html

It'd be nice to have this in the official docs, but the information is at least out there! :)

@jwforres
Copy link
Member

This is actually documented here https://docs.openshift.org/latest/dev_guide/templates.html#writing-description

See bullet 6

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants