1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 13:29:41 +02:00

style(app): update icon style (#1727)

This commit is contained in:
Anthony Lapenna 2018-03-14 15:32:14 +10:00 committed by GitHub
parent 4e38e4ba33
commit 50ece68f35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 20 additions and 21 deletions

View file

@ -66,7 +66,7 @@
<td>{{ item.Updated | getisodate }}</td>
<td ng-if="$ctrl.showLogsButton">
<a ui-sref="docker.tasks.task.logs({id: item.Id})">
<i class="far fa-file-alt" aria-hidden="true"></i> View logs
<i class="fa fa-file-alt" aria-hidden="true"></i> View logs
</a>
</td>
</tr>