Merge pull request #361 from dod-ccpo/ui/activity-log-icon
Replace icon for activity history
This commit is contained in:
@@ -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>
|
||||
|
@@ -315,6 +315,8 @@
|
||||
<span class='nowrap'>{{ Icon('checkmark') }} 'checkmark' </span>
|
||||
<span class='nowrap'>{{ Icon('arrow-right') }} 'arrow-right' </span>
|
||||
<span class='nowrap'>{{ Icon('arrow-down') }} 'arrow-down' </span>
|
||||
<span class='nowrap'>{{ Icon('logout') }} 'logout' </span>
|
||||
<span class='nowrap'>{{ Icon('time') }} 'time' </span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user