Skip to content

Add expand/collapse button to operation settings

What does this MR do?

Adds expand/collapse button to external dashboard url section in operation settings. This is part 2 of adding multiple sections to the operation settings. Part 1 is https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/28619

Before After
Screen_Shot_2019-05-22_at_6.02.08_PM 2019-05-22_18.01.41

Local Testing

In order to test this locally the :grafana_dashboard_link feature flag will need to be enabled.

bin/rails c
Feature.enable(:grafana_dashboard_link)

Does this MR meet the acceptance criteria?

Conformity

Performance 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

Closes #61511 (closed)

Edited by Adriel Santiago

Merge request reports