1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-04 21:35:23 +02:00

feat(containers): show health status of containers (#622)

This commit is contained in:
Thomas Krzero 2017-04-25 11:09:06 +02:00 committed by Anthony Lapenna
parent ca5c606dfc
commit e70817f776
4 changed files with 45 additions and 3 deletions

View file

@ -115,6 +115,10 @@ a[ng-click]{
color: #ae2323;
}
.fa.orange-icon {
color: #f0ad4e;
}
.fa.white-icon {
color: white;
}