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
commit fdedab817b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 1 deletions

1
static/icons/time.svg Normal file
View 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

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>