Hide database.domain until is provided by orchestra

This commit is contained in:
Santiago Lamora 2020-01-14 13:10:16 +01:00
parent 10392c0eb5
commit 34faf13dc6
1 changed files with 2 additions and 0 deletions

View File

@ -17,7 +17,9 @@
{% trans "Type" %}: <strong>{{ database.type }}</strong>
</div>
<div class="col-md text-right">
{% comment "@slamora: orchestra doesn't provide this information [won't fix] See issue #3" %}
{% trans "associated to" %}: <strong>{{ database.domain|default:"-" }}</strong>
{% endcomment %}
</div>
</div>
</div><!-- /card-header-->