Misc cleanup
CI / build (20.x, 3.14) (push) Failing after 12s
CI / build (20.x, 3.13) (push) Failing after 14s
CI / build (20.x, 3.12) (push) Failing after 16s

This commit is contained in:
Jeremy Stretch
2026-03-19 11:19:00 -04:00
parent 0f9491a9a8
commit 5d9644988b
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3974,8 +3974,8 @@ class InventoryItemRoleView(GetRelatedModelsMixin, generic.ObjectView):
],
right_panels=[
RelatedObjectsPanel(),
CommentsPanel(),
CustomFieldsPanel(),
CommentsPanel(),
],
)
@@ -5,7 +5,7 @@
{% if object.mark_connected %}
<div class="card-body">
<span class="text-success"><i class="mdi mdi-check-bold"></i></span>
{% trans "Marked as Connected" %}
{% trans "Marked as connected" %}
</div>
{% elif object.cable %}
<table class="table table-hover attr-table">
@@ -75,7 +75,7 @@
{% trans "Not Connected" %}
{% if object.is_wired and perms.dcim.add_cable %}
<div class="dropdown float-end">
<button type="button" class="btn btn-primary dropdown-toggle" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<button type="button" class="btn btn-primary dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false">
<span class="mdi mdi-ethernet-cable" aria-hidden="true"></span> {% trans "Connect" %}
</button>
<ul class="dropdown-menu dropdown-menu-end">