Hide asset list quicklinks on mobile. Partial #336.

Bit of a sledgehammer approach I know...
This commit is contained in:
2019-10-23 13:09:08 +01:00
parent 3d148a7196
commit 7bc47f708c
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@
<th>Description</th>
<th>Category</th>
<th>Status</th>
<th>Quick Links</th>
<th class="hidden-xs">Quick Links</th>
</tr>
</thead>
<tbody id="asset_table_body">

View File

@@ -15,7 +15,7 @@
<td style="vertical-align: middle; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; max-width: 25vw">{{ item.description }}</td>
<td style="vertical-align: middle;">{{ item.category }}</td>
<td style="vertical-align: middle;">{{ item.status }}</td>
<td>
<td class="hidden-xs">
<div class="btn-group" role="group">
<a type="button" class="btn btn-default btn-sm" href="{% url 'asset_detail' item.pk %}"><i class="glyphicon glyphicon-eye-open"></i> View</a>