horizon/openstack_dashboard/dashboards/project/stacks
David Lyle 1d20ea0852 Fix static file paths in heat topology view
The svg and gif images are still using '/static/' as the base url. Since
WEBROOT is configurable and STATIC_URL is as well. This is needs to be
fixed or the images won't be found when either has been changed from the
default.

Not a clean cherry-pick as additional image files were added in Liberty.
This just updates the URLs for those present in Kilo.

Conflicts:
        openstack_dashboard/dashboards/project/stacks/mappings.py

Closes-Bug: #1474512
Change-Id: I532216c86e131b947e4377303ff3123f32e236f9
(cherry picked from commit fce980c8ce)
2015-08-27 16:42:19 -06:00
..
resource_types Reduce page title duplication in Stacks 2015-02-11 16:37:20 +00:00
templates/stacks Merge "Clean modal forms in Orchestration Stacks" 2015-03-17 03:15:23 +00:00
__init__.py Implementation of a Heat stacks UI. 2013-07-03 03:48:31 -07:00
api.py Fixing heat stack status column 2014-03-05 14:12:29 -05:00
forms.py Escape the description param from heat template 2015-06-09 17:44:55 +00:00
mappings.py Fix static file paths in heat topology view 2015-08-27 16:42:19 -06:00
panel.py Remove extraneous vim configuration comments 2014-05-06 15:30:10 +08:00
sro.py Remove leftovers of "# noqa" 2014-01-28 15:51:04 +04:00
tables.py Add "Preview Stack" action to Stacks table 2015-03-13 15:35:47 +03:00
tabs.py 'Stack Template' tab for Heat Stack Details page 2014-11-11 10:56:52 +03:00
tests.py Heat resource url mapping improvement 2015-03-16 14:53:11 +03:00
urls.py Add "Preview Stack" action to Stacks table 2015-03-13 15:35:47 +03:00
views.py Merge "Clean modal forms in Orchestration Stacks" 2015-03-17 03:15:23 +00:00