Removes an unused custom metrics form
What does this MR do and why?
Removes an unused custom metrics form. It seems like initially it was supposed to be a wrapper around https://gitlab.com/gitlab-org/gitlab/-/blob/master/app/assets/javascripts/custom_metrics/components/custom_metrics_form_fields.vue
, but all code in the deleted .vue
file was actually also written in https://gitlab.com/gitlab-org/gitlab/-/blob/master/app/assets/javascripts/monitoring/components/dashboard_actions_menu.vue#L173
.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.