fix device template styles

This commit is contained in:
checktheroads 2021-04-21 13:20:09 -07:00
parent 8c92cfb814
commit 8c3229ec38

View File

@ -6,7 +6,7 @@
{% load plugins %}
{% block content %}
<div class="row">
<div class="row">
<div class="col-md-12">
<div class="tab-content">
<div role="tabpanel" class="tab-pane active" id="details">
@ -147,7 +147,8 @@
<div class="card-body">
<table class="table table-hover attr-table">
<tr>
<td colspan="2">
<th scope="row">Status</th>
<td>
<span class="badge bg-{{ object.get_status_class }}">{{ object.get_status_display }}</span>
</td>
</tr>
@ -375,6 +376,6 @@
</div>
</div>
</div>
</div>
{% include 'secrets/inc/private_key_modal.html' %}
</div>
{% include 'secrets/inc/private_key_modal.html' %}
{% endblock %}