TaskDetails: Fix some details not showing when failed workers
Error introduced when the fields were sorted.
This commit is contained in:
parent
c718183e86
commit
356c9b969d
@ -22,6 +22,7 @@
|
||||
<worker-link :worker="worker" />
|
||||
</div>
|
||||
</dd>
|
||||
</template>
|
||||
|
||||
<dt class="field-type" title="Type">Type</dt>
|
||||
<dd>{{ taskData.type }}</dd>
|
||||
@ -40,7 +41,6 @@
|
||||
|
||||
<dt class="field-activity" title="Activity">Activity</dt>
|
||||
<dd>{{ taskData.activity }}</dd>
|
||||
</template>
|
||||
</dl>
|
||||
|
||||
<h3 class="sub-title">Commands</h3>
|
||||
|
Loading…
x
Reference in New Issue
Block a user