diff options
| author | Georgios Andreadis <info@gandreadis.com> | 2020-07-03 11:50:58 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-08-24 19:47:23 +0200 |
| commit | 8d107bd0a24fed7f553170816079fec0bcd21beb (patch) | |
| tree | 6e680961367f3cedad0269a1092be830cce43e91 /frontend/src/components/modals/custom-components | |
| parent | 0a8985a672fdc12a3cf25837635ff73fb1b0b793 (diff) | |
Ensure construction is ended when topology is changed
Diffstat (limited to 'frontend/src/components/modals/custom-components')
| -rw-r--r-- | frontend/src/components/modals/custom-components/ChangeTopologyModalComponent.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/src/components/modals/custom-components/ChangeTopologyModalComponent.js b/frontend/src/components/modals/custom-components/ChangeTopologyModalComponent.js index c7c81706..22ef4585 100644 --- a/frontend/src/components/modals/custom-components/ChangeTopologyModalComponent.js +++ b/frontend/src/components/modals/custom-components/ChangeTopologyModalComponent.js @@ -106,9 +106,10 @@ class ChangeTopologyModalComponent extends React.Component { /> </div> <div className="form-group"> - <label className="form-control-label">Topology to duplicate</label> + <label className="form-control-label">Topology to duplicate (not supported yet)</label> <select className="form-control" + disabled ref={originTopology => (this.originTopology = originTopology)} > <option value={-1} key={-1}> |
