From 2764fc00a54dd51cb39e7c24c91415bc18510bef Mon Sep 17 00:00:00 2001 From: Collin Fair Date: Thu, 23 Oct 2014 21:44:30 -0700 Subject: [PATCH] Include user ID in stalled worker list --- tapiriik/web/templates/diag/dashboard.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tapiriik/web/templates/diag/dashboard.html b/tapiriik/web/templates/diag/dashboard.html index a41104ad9..4ffeeb86b 100644 --- a/tapiriik/web/templates/diag/dashboard.html +++ b/tapiriik/web/templates/diag/dashboard.html @@ -26,6 +26,7 @@

Stats

Local Index Last Heartbeat HB State + User Forget {% for worker in stalledWorkers %} @@ -35,6 +36,7 @@

Stats

{{ worker.Index }} {{ worker.Heartbeat|utctimesince }} {{ worker.State }} + {{ worker.User }}
{% csrf_token %}