File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## v2.11.13 (FUTURE)
4
4
5
+ ### Enhancements
6
+
7
+ * [ #7042 ] ( https://github.com/netbox-community/netbox/issues/7042 ) - Show count of journal entries in tab under object view
8
+
5
9
### Bug Fixes
6
10
7
11
* [ #7019 ] ( https://github.com/netbox-community/netbox/issues/7019 ) - Enable searching VM interfaces by description
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ <h1 class="title">{% block title %}{{ object }}{% endblock %}</h1>
62
62
{% url journal_viewname pk=object.pk as journal_url %}
63
63
{% if journal_url %}
64
64
< li role ="presentation "{% if active_tab == 'journal ' %} class ="active "{% endif %} >
65
- < a href ="{{ journal_url }} "> Journal</ a >
65
+ < a href ="{{ journal_url }} "> Journal {% badge object.journal_entries.count %} </ a >
66
66
</ li >
67
67
{% endif %}
68
68
{% endwith %}
You can’t perform that action at this time.
0 commit comments