diff --git a/src/components/HeartbeatBar.vue b/src/components/HeartbeatBar.vue index 1f19180f..8323f7cf 100644 --- a/src/components/HeartbeatBar.vue +++ b/src/components/HeartbeatBar.vue @@ -5,15 +5,24 @@ v-for="(beat, index) in shortBeatList" :key="index" class="beat" - :class="{ 'empty' : (beat === 0), 'down' : (beat.status === 0), 'pending' : (beat.status === 2), 'maintenance' : (beat.status === 3) }" + :class="{ 'empty': (beat === 0), 'down': (beat.status === 0), 'pending': (beat.status === 2), 'maintenance': (beat.status === 3) }" :style="beatStyle" :title="getBeatTitle(beat)" /> +
+
{{ timeSinceFirstBeat }} ago
+
+
{{ timeSinceLastBeat }}
+