Merge "Replace CRLF by LF"

This commit is contained in:
Zuul
2024年05月21日 19:56:35 +00:00
committed by Gerrit Code Review

View File

@@ -1,15 +1,15 @@
{% load i18n %}
<dt>
{% if bgpvpn.networks|length > 1 %}
{% trans "Associated Networks" %}
{% else %}
{% trans "Associated Network" %}
{% endif %}
</dt>
{% for network in bgpvpn.networks %}
<dd>
{% url 'horizon:project:networks:detail' network as network_url %}
<a href="{{ network_url }}">{{ network }}</a>
</dd>
{% load i18n %}
<dt>
{% if bgpvpn.networks|length > 1 %}
{% trans "Associated Networks" %}
{% else %}
{% trans "Associated Network" %}
{% endif %}
</dt>
{% for network in bgpvpn.networks %}
<dd>
{% url 'horizon:project:networks:detail' network as network_url %}
<a href="{{ network_url }}">{{ network }}</a>
</dd>
{% endfor %}

View File

@@ -1,7 +1,7 @@
{% extends "horizon/common/_modal_form.html" %}
{% load i18n %}
{% block modal-body-right %}
<h3>{% trans "Description:" %}</h3>
<p>{% trans "You may update the editable properties of your BGP VPN here." %}</p>
{% extends "horizon/common/_modal_form.html" %}
{% load i18n %}
{% block modal-body-right %}
<h3>{% trans "Description:" %}</h3>
<p>{% trans "You may update the editable properties of your BGP VPN here." %}</p>
{% endblock %}

View File

@@ -1,7 +1,7 @@
{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "BGP VPNs" %}{% endblock %}
{% block main %}
{{ table.render }}
{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "BGP VPNs" %}{% endblock %}
{% block main %}
{{ table.render }}
{% endblock %}

View File

@@ -1,7 +1,7 @@
{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Update BGPVPN" %}{% endblock %}
{% block main %}
{% include "project/bgpvpn/_modify.html" %}
{% endblock %}
{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Update BGPVPN" %}{% endblock %}
{% block main %}
{% include "project/bgpvpn/_modify.html" %}
{% endblock %}
Reference in New Issue
openstack/networking-bgpvpn
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.