Skip to content

Resolve "Apply GitLab UI button styles to buttons in app/views/admin/deploy_keys directory"

Gary Bell requested to merge (removed):231214-admin-deploy-key-buttons into master

What does this MR do?

This adds the gl-button class to the various buttons in the following files:

  • app/views/admin/deploy_keys/edit.html.haml
  • app/views/admin/deploy_keys/index.html.haml
  • app/views/admin/deploy_keys/new.html.haml

For the new.html.haml and edit.html.haml files, where classes were listed as btn-success btn, they have been switched to follow the order of class listings in other areas.

Screenshots

Unavailable - unable to access admin area as part of a Gitpod instance

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~~ Not applicable for this change
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods Not applicable for this change
  • Security reports checked/validated by a reviewer from the AppSec team Not applicable for this change

Related to #231214 (closed)

Edited by Gary Bell

Merge request reports