We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57239ad commit 112361cCopy full SHA for 112361c
1 file changed
src/server/views/partials/dashboard/jobDetails.hbs
@@ -1,5 +1,10 @@
1
{{#unless displayJobInline}}
2
<h3>{{ this.id }}</h3>
3
+
4
+{{#if this.name}}
5
+<h5>Name</h5>
6
+{{this.name}}
7
+{{/if}}
8
{{/unless}}
9
10
<h5>Actions</h5>
0 commit comments