mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-13 16:47:34 -06:00
This fixes a visual anomaly with the console server port details page, where cards are inadvertantly nested inside each other.
This commit is contained in:
parent
de2e2b5c82
commit
4795fab16f
@ -53,7 +53,6 @@
|
||||
<div class="col col-12 col-md-6">
|
||||
<div class="card">
|
||||
<h2 class="card-header">{% trans "Connection" %}</h2>
|
||||
<div class="card-body">
|
||||
{% if object.mark_connected %}
|
||||
<div class="card-body">
|
||||
<span class="text-success"><i class="mdi mdi-check-bold"></i></span>
|
||||
|
Loading…
Reference in New Issue
Block a user