Merge pull request #361 from dod-ccpo/ui/activity-log-icon

Replace icon for activity history
This commit is contained in:
andrewdds
2018-10-01 15:44:34 -04:00
committed by GitHub
3 changed files with 4 additions and 1 deletions

View File

@@ -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 %}
</ul>
</div>

View File

@@ -315,6 +315,8 @@
<span class='nowrap'>{{ Icon('checkmark') }} 'checkmark'&nbsp;&nbsp;&nbsp;</span>
<span class='nowrap'>{{ Icon('arrow-right') }} 'arrow-right'&nbsp;&nbsp;&nbsp;</span>
<span class='nowrap'>{{ Icon('arrow-down') }} 'arrow-down'&nbsp;&nbsp;&nbsp;</span>
<span class='nowrap'>{{ Icon('logout') }} 'logout'&nbsp;&nbsp;&nbsp;</span>
<span class='nowrap'>{{ Icon('time') }} 'time'&nbsp;&nbsp;&nbsp;</span>
</div>
</div>