Skip to content

Creates empty state component for job log view

Filipa Lacerda requested to merge 50101-empty-state-component into master

What does this MR do?

Creates empty state component for job log view.

Moves the following code into vue:

.row.empty-state
  .col-12
    .svg-content{ class: illustration_size }
      = image_tag illustration
  .col-12
    .text-content
      %h4.text-center= title
      - if content
        %p= content
      - if action
        .text-center
          = action

https://gitlab.com/gitlab-org/gitlab-ee/blob/master/app/views/projects/jobs/_empty_state.html.haml

Does this MR meet the acceptance criteria?

#50101 (closed)

Merge request reports