diff --git a/LICENSE b/LICENSE index 68c771a..43648d2 100644 --- a/LICENSE +++ b/LICENSE @@ -1,3 +1,7 @@ +Some files from: +http://www.iconarchive.com/show/beautiful-flat-icons-by-elegantthemes/plugin-icon.html + +Everything else: Apache License Version 2.0, January 2004 diff --git a/openstack_catalog/web/index.html b/openstack_catalog/web/index.html index 2c82309..3886125 100644 --- a/openstack_catalog/web/index.html +++ b/openstack_catalog/web/index.html @@ -131,6 +131,17 @@

OpenShift

+ +
+
+ + +
Horizon Plugin
+
+
+

Want this catalog included in your OpenStack environment?

+

There is a Horizon plugin available at https://github.com/openstack/app-catalog-ui which gives users the ability to search and retrieve App Catalog contents directly from Horizon — add it to your environment today!

+

Don't have OpenStack yet?

Visit the OpenStack Marketplace and select tools and methods for building your cloud. Then come back to the OpenStack Application Catalog to make your cloud sing with applications.

diff --git a/openstack_catalog/web/static/css/theme.css b/openstack_catalog/web/static/css/theme.css index 29fd211..2000dff 100644 --- a/openstack_catalog/web/static/css/theme.css +++ b/openstack_catalog/web/static/css/theme.css @@ -127,6 +127,14 @@ a.details i { margin-bottom: 0; font-size: .9em; } +.pluginbox { + background-color: #edf2f7; + padding: 20px; + margin: 20px 0; +} +.pluginbox .lbl { + text-align: center; +} .title div { font-size: 18px; text-transform: uppercase; diff --git a/openstack_catalog/web/static/images/plugin-icon.png b/openstack_catalog/web/static/images/plugin-icon.png new file mode 100644 index 0000000..0f5b292 Binary files /dev/null and b/openstack_catalog/web/static/images/plugin-icon.png differ