diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-15 13:39:36 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-23 10:06:03 +0200 |
| commit | 653290da64e3d85f422d1f00407b74011999a5fa (patch) | |
| tree | 756218498f26fc17963a94c4e8f84177dea05f15 /src/components/experiments/ExperimentListComponent.js | |
| parent | 2c8b84b393caaec7da5a89fb15908a2c1f262c50 (diff) | |
Rebrand simulation and experiment row buttons
Diffstat (limited to 'src/components/experiments/ExperimentListComponent.js')
| -rw-r--r-- | src/components/experiments/ExperimentListComponent.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/experiments/ExperimentListComponent.js b/src/components/experiments/ExperimentListComponent.js index 473a7651..f315ebbf 100644 --- a/src/components/experiments/ExperimentListComponent.js +++ b/src/components/experiments/ExperimentListComponent.js @@ -10,13 +10,14 @@ const ExperimentListComponent = ({experimentIds}) => { <span className="info-icon fa fa-question-circle mr-2"/> <strong>No experiments here yet...</strong> Add some with the button below! </div> : - <table className="table"> + <table className="table table-striped"> <thead> <tr> <th>Name</th> <th>Path</th> <th>Trace</th> <th>Scheduler</th> + <th/> </tr> </thead> <tbody> |
