Fix cluster connection information formatting
The table formatting is bad. This is because the <div> is being terminated too early in database_clusters/_detail_overview.html. Change-Id: I97cf19f76167c2aee85daebb450504a99111224c Closes-bug: #1536243
This commit is contained in:
parent
f94afa4653
commit
e085188c00
@ -17,7 +17,7 @@
|
||||
<dt>{% trans "Number of Instances" %}</dt>
|
||||
<dd>{{ cluster.num_instances }}</dd>
|
||||
</dl>
|
||||
</div>
|
||||
|
||||
{% block connection_info %}
|
||||
{% endblock %}
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user