Add missing images

Copy in images rather then link to external server.

Change-Id: I1efdbb01058ced59d03d1163a290b75e45a527ff
This commit is contained in:
Kevin Fox 2015-09-22 16:26:34 -07:00
parent 1d75d1291e
commit e5b4503cb8
4 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -54,7 +54,7 @@
" src="{$ asset.icon.url $}">
</div>
<!--FIXME Share images locally to the plugin.-->
<!--FIXME Move images out to common repo.-->
<span style="
max-height: 100%;
width: 23px;
@ -62,7 +62,7 @@
top: 0;
right: 0;
position: absolute;
background: rgba(0, 0, 0, 0) url('http://apps.openstack.org/static/images/featured-corner-{$ asset.service.type $}.png') no-repeat scroll right top;
background: rgba(0, 0, 0, 0) url('{$ STATIC_URL $}dashboard/project/app_catalog/featured-corner-{$ asset.service.type $}.png') no-repeat scroll right top;
">
</span>
</div>