Commit c8f44dbc authored by David O'Regan's avatar David O'Regan

Merge branch '205484-prj-set-ops-2-grafana' into 'master'

Project Settings Operations h4 Expand/Collapse 2/5

See merge request gitlab-org/gitlab!56270
parents 0940bfd2 72f5f769
......@@ -61,7 +61,9 @@ export default {
<template>
<section id="grafana" class="settings no-animate js-grafana-integration">
<div class="settings-header">
<h4 class="js-section-header">
<h4
class="js-section-header settings-title js-settings-toggle js-settings-toggle-trigger-only"
>
{{ s__('GrafanaIntegration|Grafana authentication') }}
</h4>
<gl-button class="js-settings-toggle">{{ __('Expand') }}</gl-button>
......
---
title: Project Settings Operations header Grafana authentication expand/collapse on-click/on-tap
merge_request: 56270
author: Daniel Schömer
type: changed
......@@ -9,7 +9,7 @@ exports[`grafana integration component default state to match the default snapsh
class="settings-header"
>
<h4
class="js-section-header"
class="js-section-header settings-title js-settings-toggle js-settings-toggle-trigger-only"
>
Grafana authentication
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment