mirror of
https://github.com/netbox-community/netbox.git
synced 2026-02-05 14:56:24 -06:00
Add Hide Disconnected Button to Interface Summary, Remove Unused Table Caption Descriptor - Close #12732
This commit is contained in:
committed by
Jeremy Stretch
parent
685ac5f571
commit
27297c7556
@@ -9,5 +9,6 @@
|
||||
<button type="button" class="dropdown-item toggle-enabled" data-state="show">{% trans "Hide Enabled" %}</button>
|
||||
<button type="button" class="dropdown-item toggle-disabled" data-state="show">{% trans "Hide Disabled" %}</button>
|
||||
<button type="button" class="dropdown-item toggle-virtual" data-state="show">{% trans "Hide Virtual" %}</button>
|
||||
<button type="button" class="dropdown-item toggle-disconnected" data-state="show">{% trans "Hide Disconnected" %}</button>
|
||||
</ul>
|
||||
{% endblock extra_table_controls %}
|
||||
|
||||
Reference in New Issue
Block a user