Skip to content

Fix project pages settings size limit form

John Long requested to merge john_long-update_project_pages_settings into master

What does this MR do?

Currently, the Project Pages settings does not include the Pages size limit form unless gitlab_pages['external_http'] or gitlab_pages['external_https'] is set in the configuration.

This MR moves the input for the size limit and the save button outside of the if statement that checks for the gitlab_pages['external_http(s)'] configuration.

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by John Long

Merge request reports