We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a70bf27 commit a60ccfcCopy full SHA for a60ccfc
resources/js/screens/monitoring/job-row.vue
@@ -5,7 +5,7 @@
5
{{ jobBaseName(job.name) }}
6
</router-link>
7
8
- <small class="badge bg-secondary badge-sm" :title="`Delayed for ${delayed}`"
+ <small class="ms-1 badge bg-secondary badge-sm" :title="`Delayed for ${delayed}`"
9
v-if="delayed && (job.status == 'reserved' || job.status == 'pending')">
10
Delayed
11
</small>
0 commit comments