Webapp: remove unused code
Remove some code that was meant to show the worker tag, but that never worked properly.
This commit is contained in:
parent
031667924a
commit
8f7dd2bc07
@ -34,16 +34,6 @@
|
||||
<span @click="copyElementText" class="click-to-copy">{{ jobData.id }}</span>
|
||||
</dd>
|
||||
|
||||
<template v-if="workerTag">
|
||||
<!-- TODO: fetch tag name and show that instead, and allow editing of the tag. -->
|
||||
<dt class="field-name" title="Worker Tag">Tag</dt>
|
||||
<dd :title="workerTag.description">
|
||||
<span @click="copyElementData" class="click-to-copy" :data-clipboard="workerTag.id">{{
|
||||
workerTag.name
|
||||
}}</span>
|
||||
</dd>
|
||||
</template>
|
||||
|
||||
<dt class="field-name" title="Name">Name</dt>
|
||||
<dd>{{ jobData.name }}</dd>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user