Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
API Toucan
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Damien Armillon
API Toucan
Commits
2f4e94fe
Commit
2f4e94fe
authored
6 years ago
by
Damien
Browse files
Options
Downloads
Patches
Plain Diff
Inverse les boutons
parent
6862c925
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
front/src/ModalSuppression.js
+1
-1
1 addition, 1 deletion
front/src/ModalSuppression.js
with
1 addition
and
1 deletion
front/src/ModalSuppression.js
+
1
−
1
View file @
2f4e94fe
...
@@ -20,8 +20,8 @@ class ModalSupression extends Component {
...
@@ -20,8 +20,8 @@ class ModalSupression extends Component {
<
Image
centered
src
=
{
`
${
env
.
backURL
}
/toucan/img/
${
this
.
props
.
toucanId
}
`
}
size
=
"
medium
"
/>
<
Image
centered
src
=
{
`
${
env
.
backURL
}
/toucan/img/
${
this
.
props
.
toucanId
}
`
}
size
=
"
medium
"
/>
<
/Modal.Content
>
<
/Modal.Content
>
<
Modal
.
Actions
style
=
{{
textAlign
:
"
center
"
}}
>
<
Modal
.
Actions
style
=
{{
textAlign
:
"
center
"
}}
>
<
Button
negative
onClick
=
{()
=>
this
.
deleteToucan
(
this
.
props
.
toucanId
)}
>
Supprimer
le
Toucan
<
/Button
>
<
Button
positive
onClick
=
{()
=>
this
.
props
.
closeModal
()}
>
Laisser
le
Toucan
là
où
il
est
<
/Button
>
<
Button
positive
onClick
=
{()
=>
this
.
props
.
closeModal
()}
>
Laisser
le
Toucan
là
où
il
est
<
/Button
>
<
Button
negative
onClick
=
{()
=>
this
.
deleteToucan
(
this
.
props
.
toucanId
)}
>
Supprimer
le
Toucan
<
/Button
>
<
/Modal.Actions
>
<
/Modal.Actions
>
<
/Modal
>
<
/Modal
>
)
)
...
...
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