Archived
1
0
Fork 0

app/view/* change to font awesome icon names.

This commit is contained in:
Henrik Hautakoski 2018-04-11 20:44:41 +02:00
parent 023bead0d9
commit 8a18d56b5f
6 changed files with 20 additions and 22 deletions

View file

@ -25,24 +25,22 @@
</span>
<span class="request-list-item-header-timestamp">
{{ icon('android-time') }} {{ req.getTimestamp() }}
{{ icon('clock') }} {{ req.getTimestamp() }}
</span>
</div>
<div class="request-list-item-header-row">
<span class="request-list-item-header-type">
{{ icon('android-list') }} {{ req.getType() }}
{{ icon('file-alt') }} {{ req.getType() }}
</span>
<span class="request-list-item-header-size">
{{ icon('cube') }} {{ req.getSize() }} b
{{ icon('solid/database') }} {{ req.getSize() }} b
</span>
<span class="request-list-item-header-ip">
{{ icon('location') }} {{ req.getSourceIp() }}
{{ icon('compass') }} {{ req.getSourceIp() }}
</span>
</div>