diff --git a/site/frontend/src/pages/status_new/collector.vue b/site/frontend/src/pages/status_new/collector.vue
index 8c46e59f3..a260fb30b 100644
--- a/site/frontend/src/pages/status_new/collector.vue
+++ b/site/frontend/src/pages/status_new/collector.vue
@@ -1,5 +1,6 @@
-
@@ -54,12 +82,7 @@ function formatJobStatus(status: BenchmarkJobStatus): string {
class="collector-sm-padding-left-right collector-left-divider"
>{{ collector.target }}
-
- {{ collector.isActive ? "Active" : "Inactive" }}
-
+
@@ -235,6 +258,11 @@ $sm-radius: 8px;
font-weight: bold;
}
.status.inactive {
+ background: #ccc;
+ color: white;
+ font-weight: bold;
+}
+.status.offline {
background: red;
color: white;
font-weight: bold;