Skip to content

Migrate `form_errors` in _repository_storage.html.haml to AlertComponent

What does this MR do and why?

Migrate form_errors in app/views/admin/application_settings/_repository_storage.html.haml to Pajamas::AlertComponent

Screenshots or screen recordings

Scenario Screenshot
Before image
After image

How to set up and validate locally

  1. With an admin account, go to http://localhost:3000/admin/application_settings/repository#js-repository-storage-settings.
  2. In the field Storage nodes for new repositories, type 1000 and press Save changes.
  3. Alert should be shown with error message.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #364944 (closed)

Edited by Sharmad Nachnolkar

Merge request reports