Browse Source

Add link to machine history view

release-2.9
Jean-Romain Garnier 6 years ago
committed by Gabriel Detraz
parent
commit
8aacef28f3
  1. 4
      logs/templates/logs/sidebar.html

4
logs/templates/logs/sidebar.html

@ -52,6 +52,10 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<i class="fa fa-users"></i>
{% trans "Users" %}
</a>
<a class="list-group-item list-group-item-info" href="{% url 'logs:stats-search-machine' %}">
<i class="fa fa-desktop"></i>
{% trans "Machine history" %}
</a>
{% acl_end %}
{% endblock %}

Loading…
Cancel
Save