yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #57977
[Bug 1634836] [NEW] Port Security Enabled is missing from port details page, when it is set to False
Public bug reported:
When port security is disabled, it is missing from the port details
page, since the template doesn't make a difference between
port_security_enabled is not defined or False.
I think the networks/template/networks/ports/_detail_overview.html template should be modified from:
{% if port.port_security_enabled %}
to
{% if port.port_security_enabled != None %}
** Affects: horizon
Importance: Undecided
Assignee: György Szombathelyi (gyurco)
Status: In Progress
--
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/1634836
Title:
Port Security Enabled is missing from port details page, when it is
set to False
Status in OpenStack Dashboard (Horizon):
In Progress
Bug description:
When port security is disabled, it is missing from the port details
page, since the template doesn't make a difference between
port_security_enabled is not defined or False.
I think the networks/template/networks/ports/_detail_overview.html template should be modified from:
{% if port.port_security_enabled %}
to
{% if port.port_security_enabled != None %}
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1634836/+subscriptions
Follow ups