Commit f20a1bf7 authored by Axel García's avatar Axel García

Remove unused devopsReportDocsPath

parent 3f38ea4f
...@@ -13,7 +13,6 @@ export default () => { ...@@ -13,7 +13,6 @@ export default () => {
emptyStateSvgPath, emptyStateSvgPath,
groupId, groupId,
devopsScoreMetrics, devopsScoreMetrics,
devopsReportDocsPath,
devopsScoreIntroImagePath, devopsScoreIntroImagePath,
noDataImagePath, noDataImagePath,
} = el.dataset; } = el.dataset;
...@@ -28,7 +27,6 @@ export default () => { ...@@ -28,7 +27,6 @@ export default () => {
isGroup, isGroup,
groupGid: isGroup ? convertToGraphQLId(TYPE_GROUP, groupId) : null, groupGid: isGroup ? convertToGraphQLId(TYPE_GROUP, groupId) : null,
devopsScoreMetrics: isGroup ? null : JSON.parse(devopsScoreMetrics), devopsScoreMetrics: isGroup ? null : JSON.parse(devopsScoreMetrics),
devopsReportDocsPath,
noDataImagePath, noDataImagePath,
devopsScoreIntroImagePath, devopsScoreIntroImagePath,
}, },
......
...@@ -6,4 +6,4 @@ ...@@ -6,4 +6,4 @@
- if !service_ping_enabled - if !service_ping_enabled
#js-devops-service-ping-disabled{ data: { is_admin: current_user&.admin.to_s, empty_state_svg_path: image_path('illustrations/convdev/convdev_no_index.svg'), enable_service_ping_path: metrics_and_profiling_admin_application_settings_path(anchor: 'js-usage-settings') } } #js-devops-service-ping-disabled{ data: { is_admin: current_user&.admin.to_s, empty_state_svg_path: image_path('illustrations/convdev/convdev_no_index.svg'), enable_service_ping_path: metrics_and_profiling_admin_application_settings_path(anchor: 'js-usage-settings') } }
- else - else
.js-devops-adoption{ data: { empty_state_svg_path: image_path('illustrations/monitoring/getting_started.svg'), devops_score_metrics: devops_score_metrics(@metric).to_json, devops_report_docs_path: help_page_path('user/admin_area/analytics/dev_ops_report'), no_data_image_path: image_path('dev_ops_report_no_data.svg'), devops_score_intro_image_path: image_path('dev_ops_report_overview.svg') } } .js-devops-adoption{ data: { empty_state_svg_path: image_path('illustrations/monitoring/getting_started.svg'), devops_score_metrics: devops_score_metrics(@metric).to_json, no_data_image_path: image_path('dev_ops_report_no_data.svg'), devops_score_intro_image_path: image_path('dev_ops_report_overview.svg') } }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment