mirror of
https://github.com/portainer/portainer.git
synced 2025-08-07 23:05:26 +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
|
@ -217,7 +217,7 @@
|
|||
</uib-tab>
|
||||
<uib-tab index="1" disable="!buildLogs">
|
||||
<uib-tab-heading>
|
||||
<i class="far fa-file-alt space-right" aria-hidden="true"></i> Output
|
||||
<i class="fa fa-file-alt space-right" aria-hidden="true"></i> Output
|
||||
</uib-tab-heading>
|
||||
<pre class="log_viewer">
|
||||
<div ng-repeat="line in buildLogs track by $index" class="line"><p class="inner_line" ng-click="active=!active" ng-class="{'line_selected': active}">{{ line }}</p></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue