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
91d65653
Commit
91d65653
authored
Apr 07, 2020
by
Martin Wortschack
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused container
- Removes an unused container from the partial and cleans up JS code
parent
390da1f4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
8 deletions
+0
-8
app/assets/javascripts/mirrors/ssh_mirror.js
app/assets/javascripts/mirrors/ssh_mirror.js
+0
-1
app/views/projects/mirrors/_authentication_method.html.haml
app/views/projects/mirrors/_authentication_method.html.haml
+0
-2
ee/app/assets/stylesheets/pages/projects.scss
ee/app/assets/stylesheets/pages/projects.scss
+0
-5
No files found.
app/assets/javascripts/mirrors/ssh_mirror.js
View file @
91d65653
...
@@ -22,7 +22,6 @@ export default class SSHMirror {
...
@@ -22,7 +22,6 @@ export default class SSHMirror {
this
.
$dropdownAuthType
=
this
.
$form
.
find
(
'
.js-mirror-auth-type
'
);
this
.
$dropdownAuthType
=
this
.
$form
.
find
(
'
.js-mirror-auth-type
'
);
this
.
$hiddenAuthType
=
this
.
$form
.
find
(
'
.js-hidden-mirror-auth-type
'
);
this
.
$hiddenAuthType
=
this
.
$form
.
find
(
'
.js-hidden-mirror-auth-type
'
);
this
.
$wellAuthTypeChanging
=
this
.
$form
.
find
(
'
.js-well-changing-auth
'
);
this
.
$wellPasswordAuth
=
this
.
$form
.
find
(
'
.js-well-password-auth
'
);
this
.
$wellPasswordAuth
=
this
.
$form
.
find
(
'
.js-well-password-auth
'
);
}
}
...
...
app/views/projects/mirrors/_authentication_method.html.haml
View file @
91d65653
...
@@ -11,8 +11,6 @@
...
@@ -11,8 +11,6 @@
=
f
.
hidden_field
:auth_method
,
value:
"password"
,
class:
"js-hidden-mirror-auth-type"
=
f
.
hidden_field
:auth_method
,
value:
"password"
,
class:
"js-hidden-mirror-auth-type"
.form-group
.form-group
.collapse.js-well-changing-auth
.changing-auth-method
.well-password-auth.collapse.js-well-password-auth
.well-password-auth.collapse.js-well-password-auth
=
f
.
label
:password
,
_
(
"Password"
),
class:
"label-bold"
=
f
.
label
:password
,
_
(
"Password"
),
class:
"label-bold"
=
f
.
password_field
:password
,
value:
mirror
.
password
,
class:
'form-control qa-password'
,
autocomplete:
'new-password'
=
f
.
password_field
:password
,
value:
mirror
.
password
,
class:
'form-control qa-password'
,
autocomplete:
'new-password'
ee/app/assets/stylesheets/pages/projects.scss
View file @
91d65653
...
@@ -40,11 +40,6 @@
...
@@ -40,11 +40,6 @@
text-decoration
:
line-through
;
text-decoration
:
line-through
;
}
}
}
}
.changing-auth-method
{
display
:
flex
;
justify-content
:
center
;
}
}
}
.load-wrapper
{
.load-wrapper
{
...
...
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