Webapp: Clarification of Worker Maintenance section #104229
@ -125,7 +125,7 @@
|
|||||||
</template>
|
</template>
|
||||||
michael-2 marked this conversation as resolved
|
|||||||
<template v-else>
|
<template v-else>
|
||||||
<template v-if="workerData.status == 'error'">
|
<template v-if="workerData.status == 'error'">
|
||||||
in <span class="worker-status">error state</span>
|
in <span class="worker-status">error</span> state
|
||||||
</template>
|
</template>
|
||||||
<template v-else>
|
<template v-else>
|
||||||
<span class="worker-status">{{ workerData.status }}</span>
|
<span class="worker-status">{{ workerData.status }}</span>
|
||||||
|
Loading…
Reference in New Issue
Block a user
This would print "{name} is in error", but in #104227 it was suggested to show "{name} is in error state" in this case.
I kept going back and forth on including the word "state". I have updated this PR to include "{name} is in error state"