@@ -47,35 +47,35 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
4747 One task can have multiple jobs, by automatic retry or manual
4848 triggering.
4949 </p >
50- </v-card-text >
51- <table id =" task-job-state-table" >
52- <tr >
53- <td >Task</td >
54- <td ></td >
55- <td >Job</td >
56- </tr >
57- <tr
58- v-bind:key =" state.name.name"
59- v-for =" state of states"
60- >
61- <td style =" font-size : 2em ;" >
62- <!-- set times to make the progress change -->
63- <task
64- :task =" {
65- state: state.name,
66- task: {meanElapsedTime: 30},
67- }"
68- :startTime =" String(Date.now())"
69- />
70- </td >
71- <td >
72- <span >{{ state.name }}</span >
73- </td >
74- <td style =" font-size : 2em ;" >
75- <job :status =" state.name" />
76- </td >
77- </tr >
78- </table >
50+ </v-card-text >
51+ <table id =" task-job-state-table" >
52+ <tr >
53+ <td >Task</td >
54+ <td ></td >
55+ <td >Job</td >
56+ </tr >
57+ <tr
58+ v-bind:key =" state.name.name"
59+ v-for =" state of states"
60+ >
61+ <td style =" font-size : 2em ;" >
62+ <!-- set times to make the progress change -->
63+ <task
64+ :task =" {
65+ state: state.name,
66+ task: {meanElapsedTime: 30},
67+ }"
68+ :startTime =" String(Date.now())"
69+ />
70+ </td >
71+ <td >
72+ <span >{{ state.name }}</span >
73+ </td >
74+ <td style =" font-size : 2em ;" >
75+ <job :status =" state.name" />
76+ </td >
77+ </tr >
78+ </table >
7979 <v-card-text >
8080 <p >
8181 A <b >waiting task</b > with <b >failed jobs</b > will
@@ -97,7 +97,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
9797 <p >
9898 Why has my task not started to run yet?
9999 </p >
100- <v-list
100+ <v-list
101101 lines =" three"
102102 >
103103 <v-list-item >
@@ -167,14 +167,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
167167 </v-list-item >
168168 </v-list >
169169 <p >
170- <em >Note: tasks downstream of queued (or runahead limited) tasks
171- are not themselves shown as queued (or runahead limited)
172- because they are not otherwise ready to run yet.</em >
173- </p >
170+ <em >Note: tasks downstream of queued (or runahead limited) tasks
171+ are not themselves shown as queued (or runahead limited)
172+ because they are not otherwise ready to run yet.</em >
173+ </p >
174174 <p >
175175 <em >Note: external triggers (e.g. clock triggers) are not yet
176- exposed in the UI.</em >
177- </p >
176+ exposed in the UI.</em >
177+ </p >
178178 </v-card-text >
179179 </v-card >
180180 </v-col >
0 commit comments