mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-16 16:52:17 -06:00
Standardize usage of table template
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
<div class="col col-md-12">
|
||||
<div class="card">
|
||||
<h5 class="card-header">Assignments</h5>
|
||||
<div class="card-body">
|
||||
<div class="card-body table-responsive">
|
||||
{% if assignments_table.rows %}
|
||||
{% render_table assignments_table 'inc/table.html' %}
|
||||
{% else %}
|
||||
|
||||
Reference in New Issue
Block a user