diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-11-08 10:28:33 +0100 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-11-08 10:28:33 +0100 |
| commit | 1f4616cbf9c82e4976d1f4b4c018d5e9ff83ad10 (patch) | |
| tree | 114400610f6d9708f774ac8af8954588bbf50fb3 /src/components/app/sidebars/topology/machine/UnitAddComponent.js | |
| parent | 2f71cb1c9fd3e649a1f0e6f713922a73372f064e (diff) | |
Implement room editing
Allows for rooms to be edited from the room context menu.
Fixes #24
Diffstat (limited to 'src/components/app/sidebars/topology/machine/UnitAddComponent.js')
| -rw-r--r-- | src/components/app/sidebars/topology/machine/UnitAddComponent.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/app/sidebars/topology/machine/UnitAddComponent.js b/src/components/app/sidebars/topology/machine/UnitAddComponent.js index d0082a72..584a4360 100644 --- a/src/components/app/sidebars/topology/machine/UnitAddComponent.js +++ b/src/components/app/sidebars/topology/machine/UnitAddComponent.js @@ -29,7 +29,7 @@ class UnitAddComponent extends React.Component { </select> <button type="submit" - className="btn btn-primary" + className="btn btn-outline-primary" onClick={() => this.props.onAdd(parseInt(this.unitSelect.value, 10))} > |
