Merge "Use "Connection Information" everywhere"

This commit is contained in:
Jenkins 2016-01-28 18:37:12 +00:00 committed by Gerrit Code Review
commit ca8434d95a
4 changed files with 4 additions and 4 deletions

@ -2,7 +2,7 @@
{% load i18n sizeformat %}
{% block connection_info %}
<h4>{% trans "Connection Info" %}</h4>
<h4>{% trans "Connection Information" %}</h4>
<hr class="header_rule">
<dl class="dl-horizontal">
{% with instance.host as host %}

@ -6,7 +6,7 @@
<hr class="header_rule">
<dl class="dl-horizontal">
{% if instance.cluster_id %}
<a href="/project/clusters/{{instance.cluster_id}}">Link</a> to Cluster Details for Connection Info
<a href="/project/clusters/{{instance.cluster_id}}">Link</a> to Cluster Details for Connection Information
{% else %}
<dl>
{% with instance.host as host %}

@ -2,7 +2,7 @@
{% load i18n sizeformat %}
{% block connection_info %}
<h4>{% trans "Connection Info" %}</h4>
<h4>{% trans "Connection Information" %}</h4>
<hr class="header_rule">
<dl class="dl-horizontal">
{% with instance.host as host %}

@ -2,7 +2,7 @@
{% load i18n sizeformat %}
{% block connection_info %}
<h4>{% trans "Connection Info" %}</h4>
<h4>{% trans "Connection Information" %}</h4>
<hr class="header_rule">
<dl class="dl-horizontal">
{% with instance.host as host %}