Reviewed: https://review.openstack.org/246683 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=b2d7322e56197e7d8b324e1335bbe544fd2ee5d3 Submitter: Jenkins Branch: master
commit b2d7322e56197e7d8b324e1335bbe544fd2ee5d3 Author: Thai Tran <[email protected]> Date: Wed Feb 10 13:48:31 2016 -0800 Panel static finder We are only able to store static content at the dashboard (app) level. This forces us to store all of our statics under the dashboard's static folder. This patch introduces a panel static finder. Django's static finder will now find files inside the panel's static folder as well. This is more inline with what we have today for python plugins. Change-Id: I2bb3f78abf8854dbad8f1697d942f94d36014d41 Closes-Bug: #1544295 ** Changed in: horizon Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1544295 Title: Unable to place static in panel directory Status in OpenStack Dashboard (Horizon): Fix Released Bug description: We are able to currently have a static folder in dashboard but not a panel (which is a subdirectory of dashboard). It would be much nicer to be able to place it under each panel instead. To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1544295/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

