Commit ad2ea181 authored by Alexander Turinske's avatar Alexander Turinske

Replace deprecated button on status page

- per the pajamas conversion, update status page to use new button
parent b434e085
<script>
import { mapActions, mapState } from 'vuex';
import {
GlDeprecatedButton as GlButton,
GlButton,
GlSprintf,
GlLink,
GlIcon,
......@@ -185,6 +185,7 @@ export default {
ref="submitBtn"
:disabled="loading"
variant="success"
category="primary"
type="submit"
class="js-no-auto-disable"
>
......
---
title: Replace deprecated button on status page
merge_request: 41012
author:
type: other
......@@ -17,9 +17,11 @@ exports[`Status Page settings form default state should match the default snapsh
</h4>
<gl-button-stub
category="primary"
class="js-settings-toggle"
size="md"
variant="secondary"
icon=""
size="medium"
variant="default"
>
Expand
</gl-button-stub>
......@@ -146,8 +148,10 @@ exports[`Status Page settings form default state should match the default snapsh
class="gl-display-flex gl-justify-content-end"
>
<gl-button-stub
category="primary"
class="js-no-auto-disable"
size="md"
icon=""
size="medium"
type="submit"
variant="success"
>
......
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