mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-27 18:32:16 +00:00
Hide asset list quicklinks on mobile. Partial #336.
Bit of a sledgehammer approach I know...
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
<th>Description</th>
|
<th>Description</th>
|
||||||
<th>Category</th>
|
<th>Category</th>
|
||||||
<th>Status</th>
|
<th>Status</th>
|
||||||
<th>Quick Links</th>
|
<th class="hidden-xs">Quick Links</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody id="asset_table_body">
|
<tbody id="asset_table_body">
|
||||||
|
|||||||
@@ -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; 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.category }}</td>
|
||||||
<td style="vertical-align: middle;">{{ item.status }}</td>
|
<td style="vertical-align: middle;">{{ item.status }}</td>
|
||||||
<td>
|
<td class="hidden-xs">
|
||||||
|
|
||||||
<div class="btn-group" role="group">
|
<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>
|
<a type="button" class="btn btn-default btn-sm" href="{% url 'asset_detail' item.pk %}"><i class="glyphicon glyphicon-eye-open"></i> View</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user