add styling classes to dnszone textarea

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-05-26 12:29:03 +02:00
parent 2e72fa8445
commit 3e3ced946f

View File

@@ -25,7 +25,7 @@
{% if zonefile is not empty %} {% if zonefile is not empty %}
<div class="row"> <div class="row">
<div class="col-12"> <div class="col-12">
<textarea class="logcontent" rows="25" cols="60" readonly>{{ zonefile }}</textarea> <textarea class="logcontent form-control bg-light" rows="25" cols="60" readonly>{{ zonefile }}</textarea>
</div> </div>
</div> </div>
{% endif %} {% endif %}