Comment 5 for bug 1252996

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

Reviewed: https://review.openstack.org/60470
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=6557ff66d75e581dba3183f93afb4a769647cf06
Submitter: Jenkins
Branch: master

commit 6557ff66d75e581dba3183f93afb4a769647cf06
Author: chenhaiq <email address hidden>
Date: Fri Dec 6 18:32:07 2013 +0800

    Set "remove rule" field to be required in dialog

    The dialog can be open from: the "Firewalls"->"Firewall Policies"
    ->"More" button of a policy->"Remove Rule"

    The "remove rule" field should be required, otherwise, user will
    hit error when no rule is select. Removed "required=False",
    because it is default to True.

    Added 'btn-danger' to the button style

    Change-Id: Ifa21419bc93818335057bb16ed2683994c6efee7
    Closes-Bug: #1252996