Use correct icon for scheduled jobs in pipeline graph
This commit is contained in:
parent
ea38e832f0
commit
308d11f4bb
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ module Gitlab
|
|||
end
|
||||
|
||||
def icon
|
||||
'timer' # TODO: 'status_scheduled'
|
||||
'status_scheduled'
|
||||
end
|
||||
|
||||
def favicon
|
||||
|
|
Loading…
Reference in a new issue