diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-22 13:39:50 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-23 10:06:07 +0200 |
| commit | d628e0ac5162bb1baeb16fcf21b688d37bbff758 (patch) | |
| tree | a26163a319e60e2a99893aadfe7f1cd6fad9363f /src/components/simulations | |
| parent | 5633c36d49c4ffd61688b0d05182934973fdd3ce (diff) | |
Implement dynamic web page document title change
Diffstat (limited to 'src/components/simulations')
| -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 9598513a..743b1f3c 100644 --- a/src/components/simulations/SimulationActionButtons.js +++ b/src/components/simulations/SimulationActionButtons.js @@ -13,7 +13,7 @@ const SimulationActionButtons = ({simulationId, onViewUsers, onDelete}) => ( </Link> <div className="btn btn-outline-success btn-sm mr-2" - title="View and edit collaborators" + title="View and edit collaborators (not supported yet)" onClick={() => onViewUsers(simulationId)} > <span className="fa fa-users"/> |
