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
4a09e90a
Commit
4a09e90a
authored
4 years ago
by
Sandro Weber
Browse files
Options
Downloads
Patches
Plain Diff
common button css
parent
728b2014
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/components/experiment-list/experiment-list-element.js
+1
-1
1 addition, 1 deletion
src/components/experiment-list/experiment-list-element.js
src/components/main.css
+4
-0
4 additions, 0 deletions
src/components/main.css
with
5 additions
and
1 deletion
src/components/experiment-list/experiment-list-element.js
+
1
−
1
View file @
4a09e90a
...
...
@@ -13,6 +13,7 @@ import SimulationDetails from './simulation-details';
import
ExperimentOverview
from
'
../experiment-overview/experiment-overview.js
'
;
import
'
./experiment-list-element.css
'
;
import
'
../main.css
'
;
const
CLUSTER_THRESHOLDS
=
{
UNAVAILABLE
:
2
,
...
...
@@ -104,7 +105,6 @@ export default class ExperimentListElement extends React.Component {
render
()
{
const
exp
=
this
.
props
.
experiment
;
const
config
=
this
.
props
.
experiment
.
configuration
;
//const pageState = this.props.pageState; //TODO: to be removed, migrate to services
return
(
<
div
className
=
'
list-entry-wrapper flex-container left-right
'
...
...
This diff is collapsed.
Click to expand it.
src/components/main.css
0 → 100644
+
4
−
0
View file @
4a09e90a
.btn
{
padding
:
5px
10px
5px
10px
;
border
:
1px
solid
lightgray
;
}
\ No newline at end of file
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