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
6d412ace
Commit
6d412ace
authored
Jun 10, 2020
by
Justin Ho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace <gl-deprecated-button> with <gl-button>
in alerts_service_form.vue
parent
0d9f0596
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
app/assets/javascripts/alerts_service_settings/components/alerts_service_form.vue
...lerts_service_settings/components/alerts_service_form.vue
+3
-5
No files found.
app/assets/javascripts/alerts_service_settings/components/alerts_service_form.vue
View file @
6d412ace
<
script
>
import
{
Gl
Deprecated
Button
,
GlButton
,
GlFormGroup
,
GlFormInput
,
GlLink
,
...
...
@@ -26,7 +26,7 @@ export default {
COPY_TO_CLIPBOARD
:
__
(
'
Copy
'
),
RESET_KEY
:
__
(
'
Reset key
'
),
components
:
{
Gl
Deprecated
Button
,
GlButton
,
GlFormGroup
,
GlFormInput
,
GlLink
,
...
...
@@ -167,9 +167,7 @@ export default {
<clipboard-button
:text=
"authorizationKey"
:title=
"$options.COPY_TO_CLIPBOARD"
/>
</span>
</div>
<gl-deprecated-button
v-gl-modal
.
authKeyModal
class=
"mt-2"
>
{{
$options.RESET_KEY
}}
</gl-deprecated-button>
<gl-button
v-gl-modal
.
authKeyModal
class=
"mt-2"
>
{{ $options.RESET_KEY }}
</gl-button>
<gl-modal
modal-id=
"authKeyModal"
:title=
"$options.RESET_KEY"
...
...
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