diff --git a/admin/index.html b/admin/index.html
index ee281ea..2163532 100644
--- a/admin/index.html
+++ b/admin/index.html
@@ -14,6 +14,18 @@
text-decoration: line-through;
}
+ .mails-pending {
+ color: green;
+ }
+
+ .mails-failed {
+ color: #eea236;
+ }
+
+ .mails-failed-max {
+ color: red;
+ }
+
.monitoring-active {
color: green;
}
@@ -40,9 +52,14 @@
+
+
+
+
+