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 47891cc commit bf58d79Copy full SHA for bf58d79
netbox_branching/templates/netbox_branching/inc/branch_selector.html
@@ -15,7 +15,7 @@
15
{% if branch.is_active %}<span class="badge bg-green ms-auto"></span>{% endif %}
16
</a>
17
{% else %}
18
- <a class="dropdown-item disabled" aria-disabled="true">{{ branch.name }} ({{ branch.status }})</a>
+ <a class="dropdown-item disabled" aria-disabled="true">{{ branch.name }} ({{ branch.get_status_display }})</a>
19
{% endif %}
20
{% endfor %}
21
{% if active_branch or perms.netbox_branching.add_branch %}
0 commit comments