Use "Connection Information" everywhere
There are a few cases of detail overviews using "Connection Info" instead of "Connection Information". The fix is to make them all use "Connection Information". Change-Id: Ic29bf939cc8b5db9823a37b3f75dea569e5487d2 Closes-Bug: #1536244
This commit is contained in:
parent
f94afa4653
commit
1a56e03a3b
trove_dashboard/content/databases/templates/databases
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user