diff --git a/app/assets/javascripts/incidents/components/incidents_list.vue b/app/assets/javascripts/incidents/components/incidents_list.vue index 438611b8c9027caa8fe8b510585f8e216fadce6a..16f9e9d0bfee86e52a0edb1c955a01340f506c77 100644 --- a/app/assets/javascripts/incidents/components/incidents_list.vue +++ b/app/assets/javascripts/incidents/components/incidents_list.vue @@ -506,7 +506,6 @@ export default { 'incident', 'incident-type' => 'incident', 'issue-path' => project_issues_path(project), - 'empty-list-svg-path' => image_path('illustrations/incident-empty-state.svg'), + 'empty-list-svg-path' => image_path('illustrations/empty-state/empty-scan-alert-md.svg'), 'text-query': params[:search], 'author-username-query': params[:author_username], 'assignee-username-query': params[:assignee_username], diff --git a/ee/spec/helpers/ee/projects/incidents_helper_spec.rb b/ee/spec/helpers/ee/projects/incidents_helper_spec.rb index 6f672834ed799dbd1202f8ce3bc65447bf699b5f..e9bcafae8729f743067776d621b1a5657237f5f9 100644 --- a/ee/spec/helpers/ee/projects/incidents_helper_spec.rb +++ b/ee/spec/helpers/ee/projects/incidents_helper_spec.rb @@ -33,7 +33,7 @@ 'incident-template-name' => 'incident', 'incident-type' => 'incident', 'issue-path' => issue_path, - 'empty-list-svg-path' => match_asset_path('/assets/illustrations/incident-empty-state.svg'), + 'empty-list-svg-path' => match_asset_path('/assets/illustrations/empty-state/empty-scan-alert-md.svg'), 'published-available' => 'false', 'sla-feature-available' => 'false', 'text-query': 'search text', diff --git a/spec/helpers/projects/incidents_helper_spec.rb b/spec/helpers/projects/incidents_helper_spec.rb index d0dc18d56b07ec256680b894802a287fe3d61a43..e69e10f1b4eb7b41e3b653c93f57dd369dce128a 100644 --- a/spec/helpers/projects/incidents_helper_spec.rb +++ b/spec/helpers/projects/incidents_helper_spec.rb @@ -36,7 +36,7 @@ 'incident-template-name' => 'incident', 'incident-type' => 'incident', 'issue-path' => issue_path, - 'empty-list-svg-path' => match_asset_path('/assets/illustrations/incident-empty-state.svg'), + 'empty-list-svg-path' => match_asset_path('/assets/illustrations/empty-state/empty-scan-alert-md.svg'), 'text-query': 'search text', 'author-username-query': 'root', 'assignee-username-query': 'max.power',