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>
|
<p class="mb-0">{{ error }}</p>
|
||||||
</div>
|
</div>
|
||||||
{% else %}
|
{% 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 %}
|
{% endif %}
|
||||||
<button type="button" class="btn btn-primary mt-3" onclick="window.close()">
|
<button type="button" class="btn btn-primary mt-3" onclick="window.close()">
|
||||||
<i class="fas fa-window-close"></i> Back to BGP overview
|
<i class="fas fa-window-close"></i> Back to BGP overview
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue