TaskDetails: Fix some details not showing when failed workers

Error introduced when the fields were sorted.
This commit is contained in:
Pablo Vazquez 2022-07-07 16:12:38 +02:00
parent c718183e86
commit 356c9b969d

View File

@ -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>