Update templates/bfd_peer_detail.html
This commit is contained in:
parent
5e67fa317d
commit
ac20a47225
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
<p class="mb-0">{{ error }}</p>
|
||||
</div>
|
||||
{% else %}
|
||||
<pre><code class="text-light bg-dark p-3 d-block rounded">{{ bfd_data }}</code></pre>
|
||||
<pre class="text-light bg-dark p-3 rounded"><code>{{ bfd_data }}</code></pre>
|
||||
{% endif %}
|
||||
<button type="button" class="btn btn-primary mt-3" onclick="window.close()">
|
||||
<i class="fas fa-window-close"></i> Back to BGP overview
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue