Merge "Updated cassandra database details overview port"

This commit is contained in:
Jenkins 2015-08-30 02:43:20 +00:00 committed by Gerrit Code Review
commit d5df86e062

View File

@ -13,9 +13,9 @@
{% else %}
<dd>{{ host }}</dd>
<dt>{% trans "Database Port" %}</dt>
<dd>9160</dd>
<dd>9042</dd>
<dt>{% trans "Connection Examples" %}</dt>
<dd>cqlsh {{ host }} 9160</dd>
<dd>cqlsh {{ host }} 9042</dd>
{% endif %} <!-- ends else block -->
{% endwith %}
</dl>