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
1511fd28
Commit
1511fd28
authored
Apr 07, 2020
by
nuwe1
Browse files
Options
Browse Files
Download
Plain Diff
merge changes
parents
27c85c04
4ae154f8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/views/projects/mirrors/_authentication_method.html.haml
app/views/projects/mirrors/_authentication_method.html.haml
+1
-1
app/views/projects/mirrors/_ssh_host_keys.html.haml
app/views/projects/mirrors/_ssh_host_keys.html.haml
+1
-1
No files found.
app/views/projects/mirrors/_authentication_method.html.haml
View file @
1511fd28
...
...
@@ -12,7 +12,7 @@
.form-group
.collapse.js-well-changing-auth
.changing-auth-method
=
icon
(
'spinner spin lg'
)
.changing-auth-method
.well-password-auth.collapse.js-well-password-auth
=
f
.
label
:password
,
_
(
"Password"
),
class:
"label-bold"
=
f
.
password_field
:password
,
value:
mirror
.
password
,
class:
'form-control qa-password'
,
autocomplete:
'new-password'
app/views/projects/mirrors/_ssh_host_keys.html.haml
View file @
1511fd28
...
...
@@ -4,7 +4,7 @@
.form-group.js-ssh-host-keys-section
{
class:
(
'collapse'
unless
mirror
.
ssh_mirror_url?
)
}
%button
.btn.btn-inverted.btn-secondary.inline.js-detect-host-keys.append-right-10
{
type:
'button'
,
data:
{
qa_selector:
'detect_host_keys'
}
}
=
icon
(
'spinner spin'
,
class:
'js-spinner d-none'
)
.js-spinner.d-none.spinner.mr-1
=
_
(
'Detect host keys'
)
.fingerprint-ssh-info.js-fingerprint-ssh-info.prepend-top-10.append-bottom-10
{
class:
(
'collapse'
unless
mirror
.
ssh_mirror_url?
)
}
%label
.label-bold
...
...
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