Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nrp-frontend
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Neurorobotics Platform
nrp-frontend
Commits
ecfd3060
Commit
ecfd3060
authored
4 years ago
by
Antoine Detailleur
Browse files
Options
Downloads
Patches
Plain Diff
[NRRPLT-8175] class -> className
parent
5ffa9574
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/components/experiment-list/import-experiment-buttons.js
+3
-3
3 additions, 3 deletions
src/components/experiment-list/import-experiment-buttons.js
with
3 additions
and
3 deletions
src/components/experiment-list/import-experiment-buttons.js
+
3
−
3
View file @
ecfd3060
...
@@ -93,7 +93,7 @@ export default class ImportExperimentButtons extends React.Component {
...
@@ -93,7 +93,7 @@ export default class ImportExperimentButtons extends React.Component {
{
/* Import folder pop-up */
}
{
/* Import folder pop-up */
}
{
this
.
state
.
importFolderResponse
{
this
.
state
.
importFolderResponse
?
<
div
className
=
"
import-popup
"
>
?
<
div
className
=
"
import-popup
"
>
<
div
class
=
"
alert alert-success
"
role
=
"
alert
"
>
<
div
class
Name
=
"
alert alert-success
"
role
=
"
alert
"
>
<
p
>
The
experiment
folder
<
p
>
The
experiment
folder
<
b
>
{
'
'
+
this
.
state
.
importFolderResponse
.
zipBaseFolderName
}
<
/b> has been succesfully imported a
s
<
b
>
{
'
'
+
this
.
state
.
importFolderResponse
.
zipBaseFolderName
}
<
/b> has been succesfully imported a
s
<
b
>
{
'
'
+
this
.
state
.
importFolderResponse
.
destFolderName
}
<
/b>
.
<
b
>
{
'
'
+
this
.
state
.
importFolderResponse
.
destFolderName
}
<
/b>
.
...
@@ -109,7 +109,7 @@ export default class ImportExperimentButtons extends React.Component {
...
@@ -109,7 +109,7 @@ export default class ImportExperimentButtons extends React.Component {
{
/* Import zip pop-up */
}
{
/* Import zip pop-up */
}
{
this
.
state
.
importZipResponses
{
this
.
state
.
importZipResponses
?
<
div
className
=
"
import-popup
"
>
?
<
div
className
=
"
import-popup
"
>
<
div
class
=
"
alert alert-success
"
role
=
"
alert
"
>
<
div
class
Name
=
"
alert alert-success
"
role
=
"
alert
"
>
<
p
>
{
this
.
state
.
importZipResponses
.
numberOfZips
}
successfully
imported
zip
files
.
<
/p
>
<
p
>
{
this
.
state
.
importZipResponses
.
numberOfZips
}
successfully
imported
zip
files
.
<
/p
>
<
/div
>
<
/div
>
<
p
>
The
following
experiments
folders
<
/p
>
<
p
>
The
following
experiments
folders
<
/p
>
...
@@ -126,7 +126,7 @@ export default class ImportExperimentButtons extends React.Component {
...
@@ -126,7 +126,7 @@ export default class ImportExperimentButtons extends React.Component {
{
/* Scan pop-up */
}
{
/* Scan pop-up */
}
{
this
.
state
.
scanStorageResponse
{
this
.
state
.
scanStorageResponse
?
<
div
className
=
"
import-popup
"
>
?
<
div
className
=
"
import-popup
"
>
<
div
class
=
"
alert alert-success
"
role
=
"
alert
"
>
<
div
class
Name
=
"
alert alert-success
"
role
=
"
alert
"
>
<
p
>
{
this
.
state
.
scanStorageResponse
.
addedFoldersNumber
}
added
folders
,
<
p
>
{
this
.
state
.
scanStorageResponse
.
addedFoldersNumber
}
added
folders
,
{
'
'
+
this
.
state
.
scanStorageResponse
.
deletedFoldersNumber
}
deleted
folders
.
<
/p
>
{
'
'
+
this
.
state
.
scanStorageResponse
.
deletedFoldersNumber
}
deleted
folders
.
<
/p
>
<
/div
>
<
/div
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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