diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-10-01 15:46:15 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-10-01 15:46:15 +0200 |
| commit | 6acc3cea080f0920d62b5b7caf9667bc8a7c536e (patch) | |
| tree | 47cfb866b4987c205de0f653ab553f3c55c9d905 /src/components/simulations/SimulationActionButtons.js | |
| parent | f94906ca30ff10ebd85961bfb3659faaaeb6ab2c (diff) | |
Add .disabled to 'view collaborators' button
Diffstat (limited to 'src/components/simulations/SimulationActionButtons.js')
| -rw-r--r-- | src/components/simulations/SimulationActionButtons.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/simulations/SimulationActionButtons.js b/src/components/simulations/SimulationActionButtons.js index 743b1f3c..c8325a71 100644 --- a/src/components/simulations/SimulationActionButtons.js +++ b/src/components/simulations/SimulationActionButtons.js @@ -12,7 +12,7 @@ const SimulationActionButtons = ({simulationId, onViewUsers, onDelete}) => ( <span className="fa fa-play"/> </Link> <div - className="btn btn-outline-success btn-sm mr-2" + className="btn btn-outline-success btn-sm disabled mr-2" title="View and edit collaborators (not supported yet)" onClick={() => onViewUsers(simulationId)} > |
