File tree 2 files changed +7
-5
lines changed 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
<template xmlns:v-slot =" http :// www.w3.org/1999/XSL/Transform">
2
2
<div >
3
3
4
- < h3 v - if = " template">Template information</ h3 >
4
+ < h2 v - if = " template" class="pb-2" >Template info</ h2 >
5
5
<div v-if =" template" class =" mb-5" >
6
6
<div >App: <b >{{ getAppTitle(template.app) }}</b ></div >
7
7
<div >
11
11
</div >
12
12
</div >
13
13
14
- <h3 v-if =" item.commit_hash" >Commit info</h3 >
14
+ <h2 v-if =" item.commit_hash" class = " pb-2 " >Commit info</h2 >
15
15
16
16
<div v-if =" item.commit_hash" class =" mb-5" >
17
17
<div >Commit message: <b >{{ item.commit_message }}</b ></div >
18
18
<div >Commit hash: <code >{{ item.commit_hash }}</code ></div >
19
19
</div >
20
20
21
- <h3 >Running info</h3 >
21
+ <h2 class = " pb-2 " >Running info</h2 >
22
22
23
23
<div class =" mb-5" >
24
24
<div >Message: <b >{{ item.message || '—' }}</b ></div >
34
34
<div >{{ $t('duration') }}: {{ [item.start, item.end] | formatMilliseconds }}</div >
35
35
</div >
36
36
37
- <h3 v-if =" item?.params" >Task parameters</h3 >
37
+ <h2 v-if =" item?.params" class = " pb-2 " >Task parameters</h2 >
38
38
<div class =" mb-5" v-if =" item?.params" >
39
39
<div >Limit: {{ item.params.limit }}</div >
40
40
<div >Debug: {{ item.params.debug }}</div >
Original file line number Diff line number Diff line change 25
25
<div class =" overflow-auto text-no-wrap px-5" style =" margin-bottom : -40px ;" >
26
26
<TaskStatus :status =" item.status" data-testid =" task-status" />
27
27
<span class =" ml-3 hidden-xs-only" >
28
- Started by <b >{{ user?.name || '-' }}</b >
28
+
29
+ Started <span v-if =" user" >by <b >{{ user.name }}</b ></span >
30
+
29
31
at <b >{{ item.start | formatDate }}</b >
30
32
<v-icon
31
33
class =" ml-4" small style =" transform : translateY (-1px )" >mdi-clock-outline</v-icon >
You can’t perform that action at this time.
0 commit comments