fix device template styles

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

View File

@ -147,7 +147,8 @@
<div class="card-body"> <div class="card-body">
<table class="table table-hover attr-table"> <table class="table table-hover attr-table">
<tr> <tr>
<td colspan="2"> <th scope="row">Status</th>
<td>
<span class="badge bg-{{ object.get_status_class }}">{{ object.get_status_display }}</span> <span class="badge bg-{{ object.get_status_class }}">{{ object.get_status_display }}</span>
</td> </td>
</tr> </tr>