Skip to content
Snippets Groups Projects
Commit feca0b20 authored by ml bonhomme's avatar ml bonhomme :bee:
Browse files

Add copyable worker run ID to worker run details modal

parent eed92d87
No related branches found
No related tags found
1 merge request!1632Add copyable worker run ID to worker run details modal
......@@ -9,6 +9,11 @@
Failed to load worker run <ItemId :item-id="workerRunId" />: {{ error }}
</div>
<div v-else-if="workerRun">
<div class="mb-5">
<strong>Worker run ID: </strong>
<ItemId :item-id="workerRunId" />
</div>
<hr />
<div class="mb-5">
<h2 class="subtitle has-text-weight-bold">Worker <span class="tag is-uppercase is-light mx-1" :class="workerClass(workerRun.worker_version.worker.type)">{{ workerType?.display_name ?? workerRun.worker_version.worker.type }}</span></h2>
<div class="mt-2">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment