diff --git a/openstack_dashboard/dashboards/project/networks/templates/networks/subnets/_detail_overview.html b/openstack_dashboard/dashboards/project/networks/templates/networks/subnets/_detail_overview.html index e1896f30d4..8ecbde5225 100644 --- a/openstack_dashboard/dashboards/project/networks/templates/networks/subnets/_detail_overview.html +++ b/openstack_dashboard/dashboards/project/networks/templates/networks/subnets/_detail_overview.html @@ -29,10 +29,10 @@
{% trans "Gateway IP" %}
{{ subnet.gateway_ip|default:_("-") }}
-
{% trans "DHCP Enable" %}
+
{% trans "DHCP Enable" %}
{{ subnet.enable_dhcp|yesno|capfirst }}
{% if subnet.ip_version == 6 %} -
{% trans "IPv6 Address Configuration Mode" %}
+
{% trans "IPv6 Address Configuration Mode" %}
{% if subnet.ipv6_modes_desc %}
{{ subnet.ipv6_modes_desc }}
{% else %}