1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 05:45:22 +02:00

style(docker): replace icons for containers and volumes (#3950)

* fix(sidebar): replace icons for containers and volumes

* fix(icons): replace icons for containers and volumes
This commit is contained in:
Chaim Lev-Ari 2020-06-23 02:46:56 +03:00 committed by GitHub
parent 5760648970
commit 40f9078d80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 14 additions and 14 deletions

View file

@ -112,7 +112,7 @@
<rd-widget>
<rd-widget-body>
<div class="widget-icon blue pull-left">
<i class="fa fa-server"></i>
<i class="fa fa-cubes"></i>
</div>
<div class="pull-right" style="padding-left: 5px;">
<div><i class="fa fa-power-off space-right green-icon"></i>{{ containers | runningcontainers }} running</div>
@ -149,7 +149,7 @@
<rd-widget>
<rd-widget-body>
<div class="widget-icon blue pull-left">
<i class="fa fa-cubes"></i>
<i class="fa fa-hdd"></i>
</div>
<div class="title">{{ volumeCount }}</div>
<div class="comment">{{ volumeCount === 1 ? 'Volume' : 'Volumes' }}</div>