Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Metabase
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Engineering Digital Service
Metabase
Commits
44d359a3
Commit
44d359a3
authored
9 years ago
by
Allen Gilliland
Browse files
Options
Downloads
Patches
Plain Diff
fix up styling for password reset modal.
parent
4b40cc33
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
resources/frontend_client/app/admin/people/components/AdminPeople.react.js
+8
-5
8 additions, 5 deletions
...d_client/app/admin/people/components/AdminPeople.react.js
with
8 additions
and
5 deletions
resources/frontend_client/app/admin/people/components/AdminPeople.react.js
+
8
−
5
View file @
44d359a3
...
...
@@ -208,15 +208,18 @@ export default class AdminPeople extends Component {
let
{
user
}
=
modalDetails
;
return
(
<
Modal
>
<
Modal
className
=
"
Modal Modal--small
"
>
<
ModalContent
title
=
{
"
Reset
"
+
user
.
first_name
+
"
's Password
"
}
closeFn
=
{()
=>
this
.
props
.
dispatch
(
showModal
(
null
))}
>
closeFn
=
{()
=>
this
.
props
.
dispatch
(
showModal
(
null
))}
className
=
"
Modal-content Modal-content--small NewForm
"
>
<
div
>
<
p
>
Are
you
sure
you
want
to
do
this
?
<
/p
>
<
div
className
=
"
px4 pb4
"
>
Are
you
sure
you
want
to
do
this
?
<
/div
>
<
div
className
=
"
Form-actions
"
>
<
button
style
=
{{
backgroundColor
:
"
#E35050
"
,
color
:
"
#fff
"
}}
className
=
"
Button
mr2
"
onClick
=
{()
=>
this
.
onPasswordResetConfirm
(
user
)}
>
Yes
<
/button
>
<
button
className
=
"
Button Button--primary
"
onClick
=
{()
=>
this
.
props
.
dispatch
(
showModal
(
null
))}
>
No
<
/button
>
<
button
className
=
"
Button
Button--warning
"
onClick
=
{()
=>
this
.
onPasswordResetConfirm
(
user
)}
>
Yes
<
/button
>
<
button
className
=
"
Button Button--primary
ml2
"
onClick
=
{()
=>
this
.
props
.
dispatch
(
showModal
(
null
))}
>
No
<
/button
>
<
/div
>
<
/div
>
<
/ModalContent
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment