Comment 4 for bug 1747506

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron-fwaas-dashboard (stable/queens)

Reviewed: https://review.openstack.org/546529
Committed: https://git.openstack.org/cgit/openstack/neutron-fwaas-dashboard/commit/?id=1c14e8ad4611daf338f74c81e9ac73cfcd0d5f79
Submitter: Zuul
Branch: stable/queens

commit 1c14e8ad4611daf338f74c81e9ac73cfcd0d5f79
Author: Akihiro Motoki <email address hidden>
Date: Tue Feb 6 05:25:05 2018 +0900

    Improve Ports/Rules selection UI

    Previously Ports tab in "Add Firewall Group" form and "Rules" tab
    in "Add Firewall Policy" provided poor UX.
    This commit improves them to more interactive UI
    as FWaaS v1 "Add Firewall Policy" form does.

    Note that static files are moved to static/neutron_fwaas_dashboard.
    If we place static files directly under 'static' directory,
    after collectstatic runs they cannot be distinguished from
    static files from horizon or other plugins.

    Change-Id: Ib1e3cd5f915a4e7b1277f5a79c43c5b6ad66c790
    Closes-Bug: #1747506
    (cherry picked from commit 8c74c1e3eb05a078c19b14d329827ad7e964fc82)