Commit 1e9d6733 authored by David O'Regan's avatar David O'Regan

Merge branch '205484-prj-set-ops-5-status' into 'master'

Project Settings Operations h4 Expand/Collapse 5/5

See merge request gitlab-org/gitlab!56275
parents 4c811824 df9bdcf0
......@@ -79,7 +79,10 @@ export default {
<template>
<section id="status-page" class="settings no-animate js-status-page-settings">
<div class="settings-header">
<h4 ref="sectionHeader">
<h4
ref="sectionHeader"
class="settings-title js-settings-toggle js-settings-toggle-trigger-only"
>
{{ $options.i18n.headerText }}
</h4>
<gl-button ref="toggleBtn" class="js-settings-toggle">{{
......
---
title: Project Settings Operations header Status page expand/collapse on-click/on-tap
merge_request: 56275
author: Daniel Schömer
type: changed
......@@ -8,7 +8,9 @@ exports[`Status Page settings form default state should match the default snapsh
<div
class="settings-header"
>
<h4>
<h4
class="settings-title js-settings-toggle js-settings-toggle-trigger-only"
>
Status page
......
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