@@ -5,6 +5,7 @@
### Bug Fixes
* [#6184](https://github.com/netbox-community/netbox/issues/6184) - Fix parent object table column in prefix IP addresses list
+* [#6196](https://github.com/netbox-community/netbox/issues/6196) - Fix object list display for users with read-only permissions
---
@@ -76,7 +76,9 @@
</div>
</form>
{% else %}
- {% render_table table 'inc/table.html' %}
+ <div class="table-responsive">
+ {% render_table table 'inc/table.html' %}
+ </div>
{% endif %}
{% endwith %}
{% include 'inc/paginator.html' with paginator=table.paginator page=table.page %}