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/simulations/SimulationAuthList.js | |
| parent | 2c8b84b393caaec7da5a89fb15908a2c1f262c50 (diff) | |
Rebrand simulation and experiment row buttons
Diffstat (limited to 'src/components/simulations/SimulationAuthList.js')
| -rw-r--r-- | src/components/simulations/SimulationAuthList.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/simulations/SimulationAuthList.js b/src/components/simulations/SimulationAuthList.js index fd5173a8..27b141fe 100644 --- a/src/components/simulations/SimulationAuthList.js +++ b/src/components/simulations/SimulationAuthList.js @@ -1,7 +1,6 @@ import PropTypes from 'prop-types'; import React from 'react'; import Shapes from "../../shapes/index"; -import "./SimulationAuthList.css"; import SimulationAuthRow from "./SimulationAuthRow"; const SimulationAuthList = ({authorizations}) => { @@ -12,7 +11,7 @@ const SimulationAuthList = ({authorizations}) => { <span className="info-icon fa fa-question-circle mr-2"/> <strong>No simulations here yet...</strong> Add some with the 'New Simulation' button! </div> : - <table className="table"> + <table className="table table-striped"> <thead> <tr> <th>Simulation name</th> |
