Rename filenames for container protection repository rules

What does this MR do and why?

Rename frontend filenames for container protection repository rules

This is a follow-up MR for Update REST & GraphQL APIs for protected contai... (!174642 - merged)

This MR aligns the file names & variable names with the GraphQL API.

References

Please include cross links to any resources that are relevant to this MR. This will give reviewers and future readers helpful context to give an efficient review of the changes introduced.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

No change

How to set up and validate locally

  1. In rails console enable the experiment fully

    Feature.enable(:container_registry_protected_containers)
  2. Visit Project > Settings > Packages and registries

  3. Test protected container repositories functionality.

Alternatively, you can run feature tests bundle exec rspec spec/features/projects/settings/registry_settings_spec.rb

Related to #510249

Edited by Rahul Chanila

Merge request reports

Loading