Merge branch 'sh-strip-trailing-whitespace-job-app-vue' into 'master'
Strip trailing whitespace in job_app.vue See merge request gitlab-org/gitlab-ce!22897
This commit is contained in:
commit
369631c841
1 changed files with 3 additions and 3 deletions
|
@ -240,16 +240,16 @@ export default {
|
|||
:erased-at="job.erased_at"
|
||||
/>
|
||||
|
||||
<div
|
||||
<div
|
||||
v-if="job.archived"
|
||||
ref="sticky"
|
||||
class="js-archived-job prepend-top-default archived-sticky sticky-top"
|
||||
>
|
||||
<icon
|
||||
<icon
|
||||
name="lock"
|
||||
class="align-text-bottom"
|
||||
/>
|
||||
|
||||
|
||||
{{ __('This job is archived. Only the complete pipeline can be retried.') }}
|
||||
</div>
|
||||
<!--job log -->
|
||||
|
|
Loading…
Reference in a new issue