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.
2 parents b3b9817 + d90fc3b commit 369631cCopy full SHA for 369631c
app/assets/javascripts/jobs/components/job_app.vue
@@ -240,16 +240,16 @@ export default {
240
:erased-at="job.erased_at"
241
/>
242
243
- <div
+ <div
244
v-if="job.archived"
245
ref="sticky"
246
class="js-archived-job prepend-top-default archived-sticky sticky-top"
247
>
248
- <icon
+ <icon
249
name="lock"
250
class="align-text-bottom"
251
252
-
+
253
{{ __('This job is archived. Only the complete pipeline can be retried.') }}
254
</div>
255
<!--job log -->
0 commit comments