diff --git a/static/icons/time.svg b/static/icons/time.svg new file mode 100644 index 00000000..1d80c8d7 --- /dev/null +++ b/static/icons/time.svg @@ -0,0 +1 @@ + diff --git a/templates/navigation/global_navigation.html b/templates/navigation/global_navigation.html index 51c81571..b11b5d3e 100644 --- a/templates/navigation/global_navigation.html +++ b/templates/navigation/global_navigation.html @@ -27,7 +27,7 @@ {% endif %} {% 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 %} diff --git a/templates/styleguide.html b/templates/styleguide.html index bf05f22b..8c5a0591 100644 --- a/templates/styleguide.html +++ b/templates/styleguide.html @@ -315,6 +315,8 @@ {{ Icon('checkmark') }} 'checkmark'    {{ Icon('arrow-right') }} 'arrow-right'    {{ Icon('arrow-down') }} 'arrow-down'    + {{ Icon('logout') }} 'logout'    + {{ Icon('time') }} 'time'