diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-08 20:16:55 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-23 10:05:59 +0200 |
| commit | c9e70ec95f733caa253b362e154b47cd5a26cbfe (patch) | |
| tree | a4e221822909faaab66358ee066036c46a732178 /src/actions/topology | |
| parent | 6296bb95ba93cb9111e19f06329b6c9b9aec57d5 (diff) | |
Display rack space and energy fill on overlay
Diffstat (limited to 'src/actions/topology')
| -rw-r--r-- | src/actions/topology/room.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/actions/topology/room.js b/src/actions/topology/room.js index 12133330..07cf2b1d 100644 --- a/src/actions/topology/room.js +++ b/src/actions/topology/room.js @@ -50,13 +50,6 @@ export function addRackToTile(positionX, positionY) { }; } -export function addRackToTileSucceeded(tileId, rackId) { - return dispatch => { - dispatch(addPropToStoreObject("tile", tileId, {objectType: "RACK"})); - dispatch(addPropToStoreObject("tile", tileId, {objectId: rackId})); - }; -} - export function deleteRoom() { return { type: DELETE_ROOM |
