Update templates/bgp-route.html

This commit is contained in:
Blackwhitebear8 2025-10-31 20:05:01 +01:00
parent 9ea2627bb3
commit 24cf3bd00e

View file

@ -19,6 +19,8 @@
/> />
<button class="btn btn-outline-primary" type="button" onclick="loadBGPRoute()">Lookup</button> <button class="btn btn-outline-primary" type="button" onclick="loadBGPRoute()">Lookup</button>
</div> </div>
<pre id="bgpOutput" aria-label="BGP Route Lookup output">Enter a prefix and click Lookup.</pre>
</section> <div class="table-responsive">
<pre id="bgpOutput" aria-label="BGP Route Lookup output">Enter a prefix and click Lookup.</pre>
</div> </section>
{% endblock %} {% endblock %}