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:
parent
4e38e4ba33
commit
50ece68f35
17 changed files with 20 additions and 21 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue