diff options
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> |
