Use time icon for activity history

This commit is contained in:
Andrew Croce 2018-10-01 15:26:54 -04:00
parent 068fab1455
commit bb6e90ef82

View File

@ -27,7 +27,7 @@
{% endif %} {% endif %}
{% if g.Authorization.can_view_audit_log(g.current_user) %} {% if g.Authorization.can_view_audit_log(g.current_user) %}
{{ SidenavItem("Activity History", url_for('atst.activity_history'), icon="document", active=g.matchesPath('/activity-history')) }} {{ SidenavItem("Activity History", url_for('atst.activity_history'), icon="time", active=g.matchesPath('/activity-history')) }}
{% endif %} {% endif %}
</ul> </ul>
</div> </div>