diff --git a/neutron_vpnaas_dashboard/dashboards/project/vpn/templates/vpn/_vpnservice_details.html b/neutron_vpnaas_dashboard/dashboards/project/vpn/templates/vpn/_vpnservice_details.html index 076bcb7..18baf19 100644 --- a/neutron_vpnaas_dashboard/dashboards/project/vpn/templates/vpn/_vpnservice_details.html +++ b/neutron_vpnaas_dashboard/dashboards/project/vpn/templates/vpn/_vpnservice_details.html @@ -14,11 +14,11 @@
{% trans "Project ID" %}
{{ vpnservice.tenant_id }}
-
{% trans "Router ID" %}
+
{% trans "Router" %}
{% url 'horizon:project:routers:detail' vpnservice.router_id as router_url %}
{{ vpnservice.router.name_or_id }}
-
{% trans "Subnet ID" %}
+
{% trans "Subnet" %}
{% if vpnservice.subnet_id %} {% url 'horizon:project:networks:subnets:detail' vpnservice.subnet_id as subnet_url %}
{{ vpnservice.subnet.name_or_id }} {{ vpnservice.subnet.cidr }}