Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
ad2ea181
Commit
ad2ea181
authored
Sep 01, 2020
by
Alexander Turinske
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace deprecated button on status page
- per the pajamas conversion, update status page to use new button
parent
b434e085
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
4 deletions
+14
-4
ee/app/assets/javascripts/status_page_settings/components/settings_form.vue
...scripts/status_page_settings/components/settings_form.vue
+2
-1
ee/changelogs/unreleased/219827-update-deprecated-button-status-page.yml
...nreleased/219827-update-deprecated-button-status-page.yml
+5
-0
ee/spec/frontend/status_page_settings/__snapshots__/settings_form_spec.js.snap
...us_page_settings/__snapshots__/settings_form_spec.js.snap
+7
-3
No files found.
ee/app/assets/javascripts/status_page_settings/components/settings_form.vue
View file @
ad2ea181
<
script
>
import
{
mapActions
,
mapState
}
from
'
vuex
'
;
import
{
Gl
DeprecatedButton
as
Gl
Button
,
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"
>
...
...
ee/changelogs/unreleased/219827-update-deprecated-button-status-page.yml
0 → 100644
View file @
ad2ea181
---
title
:
Replace deprecated button on status page
merge_request
:
41012
author
:
type
:
other
ee/spec/frontend/status_page_settings/__snapshots__/settings_form_spec.js.snap
View file @
ad2ea181
...
...
@@ -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"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment