mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 10:58:37 -06:00
Remove a debug residue in prefix.html
This commit is contained in:
parent
03a65f11a6
commit
d4ca076fad
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user