Hide database.domain until is provided by orchestra
This commit is contained in:
parent
10392c0eb5
commit
34faf13dc6
|
@ -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-->
|
||||
|
|
Loading…
Reference in New Issue