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
b14fa952
Commit
b14fa952
authored
Aug 07, 2020
by
George Tsiolis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Migrate maintenance mode settings button
parent
e3e01fb2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
app/assets/javascripts/maintenance_mode_settings/components/app.vue
.../javascripts/maintenance_mode_settings/components/app.vue
+3
-3
changelogs/unreleased/219753-replace-gl-deprecated-button-with-gl-button-in-app-assets-javascri.yml
...precated-button-with-gl-button-in-app-assets-javascri.yml
+5
-0
No files found.
app/assets/javascripts/maintenance_mode_settings/components/app.vue
View file @
b14fa952
<
script
>
import
{
GlToggle
,
GlFormGroup
,
GlFormTextarea
,
Gl
Deprecated
Button
}
from
'
@gitlab/ui
'
;
import
{
GlToggle
,
GlFormGroup
,
GlFormTextarea
,
GlButton
}
from
'
@gitlab/ui
'
;
export
default
{
name
:
'
MaintenanceModeSettingsApp
'
,
...
...
@@ -7,7 +7,7 @@ export default {
GlToggle
,
GlFormGroup
,
GlFormTextarea
,
Gl
Deprecated
Button
,
GlButton
,
},
data
()
{
return
{
...
...
@@ -38,7 +38,7 @@ export default {
/>
</gl-form-group>
<div
class=
"mt-4"
>
<gl-
deprecated-button
variant=
"success"
>
{{
__
(
'
Save changes
'
)
}}
</gl-deprecated
-button>
<gl-
button
variant=
"success"
category=
"primary"
>
{{
__
(
'
Save changes
'
)
}}
</gl
-button>
</div>
</article>
</
template
>
changelogs/unreleased/219753-replace-gl-deprecated-button-with-gl-button-in-app-assets-javascri.yml
0 → 100644
View file @
b14fa952
---
title
:
Migrate maintenance mode settings button
merge_request
:
38901
author
:
type
:
changed
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