diff --git a/src/server/views/dashboard/templates/queueJobsByState.hbs b/src/server/views/dashboard/templates/queueJobsByState.hbs
index c61a1af5..55b6522d 100644
--- a/src/server/views/dashboard/templates/queueJobsByState.hbs
+++ b/src/server/views/dashboard/templates/queueJobsByState.hbs
@@ -91,7 +91,14 @@
- {{this.id }}
+
+ {{ this.id }}
+ {{#if this.data.name}}
+ {{ this.data.name }}
+ {{else if this.name}}
+ {{ this.name }}
+ {{/if}}
+