Remove a debug residue in prefix.html

This commit is contained in:
rdujardin 2016-07-26 18:20:17 +02:00
parent 03a65f11a6
commit d4ca076fad

View File

@ -117,7 +117,7 @@
<div class="col-md-12">
<div class="panel panel-default">
<div class="panel-heading">
<strong class="text-md-left">{{ bind_export_count }} BIND Reverse Exports</strong>
<strong class="text-md-left">BIND Reverse Exports</strong>
</div>
<table class="table table-hover panel-body">
{% for z in bind_export %}
@ -126,7 +126,7 @@
<a class="pull-right" id="bind_export_select_{{ z.num }}" href="#">Select</a>
</td></tr>
<tr><td>
<pre id="bind_export_{{ z.num }}" style="word-wrap: normal; white-space: pre;">{{ z.content }}</pre>
<pre id="bind_export_{{ z.num }}" style="overflow: auto;">{{ z.content }}</pre>
</td></tr>
{% endfor %}
</table>