mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-09 03:16:25 +00:00
Add link to machine history view
This commit is contained in:
parent
e76a215579
commit
830f6341df
1 changed files with 4 additions and 0 deletions
|
@ -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…
Reference in a new issue