diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-08 20:28:52 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-23 10:05:59 +0200 |
| commit | 8db9161553ece681a0c9a6f50b710ce6cbd3c8dc (patch) | |
| tree | 141eabb4c519929e69c1714251ff87b4025eb604 /src/sagas | |
| parent | c9e70ec95f733caa253b362e154b47cd5a26cbfe (diff) | |
Implement canvas image element caching
Diffstat (limited to 'src/sagas')
| -rw-r--r-- | src/sagas/topology.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sagas/topology.js b/src/sagas/topology.js index 566d2162..d674c695 100644 --- a/src/sagas/topology.js +++ b/src/sagas/topology.js @@ -237,8 +237,7 @@ export function* onAddRackToTile(action) { id: -1, name: "Rack", capacity: 42, - powerCapacityW: 100, - machines: 20 + powerCapacityW: 100 }); rack.machineIds = new Array(rack.capacity).fill(null); yield put(addToStore("rack", rack)); |
