Merge pull request #361 from dod-ccpo/ui/activity-log-icon
Replace icon for activity history
This commit is contained in:
commit
fdedab817b
1
static/icons/time.svg
Normal file
1
static/icons/time.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8 16c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8zM8 2C4.691 2 2 4.691 2 8s2.691 6 6 6 6-2.691 6-6-2.691-6-6-6zm3 7H8c-.552 0-1-.448-1-1V4c0-.552.448-1 1-1s1 .448 1 1v3h2c.553 0 1 .448 1 1s-.447 1-1 1z"/></svg>
|
After Width: | Height: | Size: 293 B |
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user