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
f4a072b6
Commit
f4a072b6
authored
Jan 10, 2022
by
Tom Quirk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reposition and restyle integration reset button
Changelog: changed
parent
e3d7c020
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
41 additions
and
34 deletions
+41
-34
app/assets/javascripts/integrations/edit/components/integration_form.vue
...scripts/integrations/edit/components/integration_form.vue
+41
-34
No files found.
app/assets/javascripts/integrations/edit/components/integration_form.vue
View file @
f4a072b6
...
...
@@ -216,7 +216,12 @@ export default {
v-bind="propsSource.jiraIssuesProps"
@request-jira-issue-types="onRequestJiraIssueTypes"
/>
<div
v-if=
"isEditable"
class=
"footer-block row-content-block"
>
<div
v-if=
"isEditable"
class=
"footer-block row-content-block gl-display-flex gl-justify-content-space-between"
>
<div>
<template
v-if=
"isInstanceOrGroupLevel"
>
<gl-button
v-gl-modal
.
confirmSaveIntegration
...
...
@@ -257,21 +262,23 @@ export default {
{{ __('Test settings') }}
</gl-button>
<gl-button
:href=
"propsSource.cancelPath"
>
{{ __('Cancel') }}
</gl-button>
</div>
<
template
v-if=
"showResetButton"
>
<gl-button
v-gl-modal
.
confirmResetIntegration
category=
"
second
ary"
variant=
"
confirm
"
category=
"
terti
ary"
variant=
"
danger
"
:loading=
"isResetting"
:disabled=
"disableButtons"
data-testid=
"reset-button"
>
{{
__
(
'
Reset
'
)
}}
</gl-button>
<reset-confirmation-modal
@
reset=
"onResetClick"
/>
</
template
>
<gl-button
:href=
"propsSource.cancelPath"
>
{{ __('Cancel') }}
</gl-button>
</div>
</div>
</div>
...
...
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