Merge branch '45159-fix-illustration' into 'master'
Resolve "Illustration for the case where the job has finished and the log was erased" Closes #45159 See merge request gitlab-org/gitlab-ce!18253
This commit is contained in:
commit
c079474b8a
2 changed files with 6 additions and 1 deletions
5
changelogs/unreleased/45159-fix-illustration.yml
Normal file
5
changelogs/unreleased/45159-fix-illustration.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Adds illustration for when job log was erased
|
||||
merge_request:
|
||||
author:
|
||||
type: fixed
|
|
@ -5,7 +5,7 @@ module Gitlab
|
|||
class Erased < Status::Extended
|
||||
def illustration
|
||||
{
|
||||
image: 'illustrations/skipped-job_empty.svg',
|
||||
image: 'illustrations/erased-log_empty.svg',
|
||||
size: 'svg-430',
|
||||
title: _('Job has been erased')
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue