Update templates/bgp_neighbor_detail.html
This commit is contained in:
parent
ac20a47225
commit
6538080191
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">{{ neighbor_data }}</code></pre>
|
||||
<pre class="text-light bg-dark p-3 rounded"><code>{{ neighbor_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