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
2a0cc713
Commit
2a0cc713
authored
Mar 04, 2021
by
Yogi
Committed by
David O'Regan
Mar 04, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move to btn-confirm from btn-success in admin/serverless directory
parent
37d862c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
app/views/admin/serverless/domains/_form.html.haml
app/views/admin/serverless/domains/_form.html.haml
+1
-1
changelogs/unreleased/btn-confirm-admin-serverless.yml
changelogs/unreleased/btn-confirm-admin-serverless.yml
+5
-0
No files found.
app/views/admin/serverless/domains/_form.html.haml
View file @
2a0cc713
...
...
@@ -65,7 +65,7 @@
%span
.form-text.text-muted
=
_
(
"Upload a private key for your certificate"
)
=
f
.
submit
@domain
.
persisted?
?
_
(
'Save changes'
)
:
_
(
'Add domain'
),
class:
"gl-button btn btn-
success
js-serverless-domain-submit"
,
disabled:
@domain
.
persisted?
=
f
.
submit
@domain
.
persisted?
?
_
(
'Save changes'
)
:
_
(
'Add domain'
),
class:
"gl-button btn btn-
confirm
js-serverless-domain-submit"
,
disabled:
@domain
.
persisted?
-
if
@domain
.
persisted?
%button
.gl-button.btn.btn-danger
{
type:
'button'
,
data:
{
toggle:
'modal'
,
target:
"#modal-delete-domain"
}
}
=
_
(
'Delete domain'
)
...
...
changelogs/unreleased/btn-confirm-admin-serverless.yml
0 → 100644
View file @
2a0cc713
---
title
:
Move to btn-confirm from btn-success in admin/serverless directory
merge_request
:
55275
author
:
Yogi (@yo)
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