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
Hide 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,62 +216,69 @@ export default {
v-bind="propsSource.jiraIssuesProps"
@request-jira-issue-types="onRequestJiraIssueTypes"
/>
<div
v-if=
"isEditable"
class=
"footer-block row-content-block"
>
<template
v-if=
"isInstanceOrGroupLevel"
>
<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
category=
"primary"
variant=
"confirm"
:loading=
"isSaving"
:disabled=
"disableButtons"
data-testid=
"save-button-instance-group"
data-qa-selector=
"save_changes_button"
>
{{
__
(
'
Save changes
'
)
}}
</gl-button>
<confirmation-modal
@
submit=
"onSaveClick"
/>
</
template
>
<gl-button
v-
gl-modal
.
confirmSaveIntegration
v-
else
category=
"primary"
variant=
"confirm"
type=
"submit"
:loading=
"isSaving"
:disabled=
"disableButtons"
data-testid=
"save-button
-instance-group
"
data-testid=
"save-button"
data-qa-selector=
"save_changes_button"
@
click.prevent=
"onSaveClick"
>
{{ __('Save changes') }}
</gl-button>
<confirmation-modal
@
submit=
"onSaveClick"
/>
</
template
>
<gl-button
v-else
category=
"primary"
variant=
"confirm"
type=
"submit"
:loading=
"isSaving"
:disabled=
"disableButtons"
data-testid=
"save-button"
data-qa-selector=
"save_changes_button"
@
click.prevent=
"onSaveClick"
>
{{ __('Save changes') }}
</gl-button>
<gl-button
v-if=
"showTestButton"
category=
"secondary"
variant=
"confirm"
:loading=
"isTesting"
:disabled=
"disableButtons"
data-testid=
"test-button"
@
click.prevent=
"onTestClick"
>
{{ __('Test settings') }}
</gl-button>
<gl-button
v-if=
"showTestButton"
category=
"secondary"
variant=
"confirm"
:loading=
"isTesting"
:disabled=
"disableButtons"
data-testid=
"test-button"
@
click.prevent=
"onTestClick"
>
{{ __('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