mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-08 21:02:18 -06:00
#6828: Fix various mobile UI issues
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
{% for obj_type in results %}
|
||||
<div class="card">
|
||||
<h5 class="card-header">{{ obj_type.name|bettertitle }}</h5>
|
||||
<div class="card-body">
|
||||
<div class="card-body table-responsive">
|
||||
{% render_table obj_type.table 'inc/table.html' %}
|
||||
</div>
|
||||
<div class="card-footer text-end">
|
||||
|
||||
Reference in New Issue
Block a user