We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3542057 commit dda0b0bCopy full SHA for dda0b0b
netbox/templates/generic/object_list.html
@@ -48,7 +48,7 @@
48
<li class="nav-item" role="presentation">
49
<a class="nav-link active" id="object-list-tab" data-bs-toggle="tab" data-bs-target="#object-list" type="button" role="tab" aria-controls="edit-form" aria-selected="true">
50
{% trans "Results" %}
51
- <span class="badge text-bg-secondary total-object-count">{{ table.page.paginator.count }}</span>
+ <span class="badge text-bg-secondary total-object-count">{% if table.page.paginator.count %}{{ table.page.paginator.count }}{% else %}{{ total_count }}{% endif %}</span>
52
</a>
53
</li>
54
{% if filter_form %}
0 commit comments