Comment 1 for bug 1544295

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

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 address hidden>
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