diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-09 10:16:15 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-23 10:05:59 +0200 |
| commit | de24c69fe44df73c355a3ec481c7f146778cb4a6 (patch) | |
| tree | 3fc70b7c303453923f91dc31c67c34208b9127a0 /src/sagas/topology.js | |
| parent | 0c15fdab70d433b6f5338176c3359e7a6ff0ff57 (diff) | |
Add a loading screen for initial datacenter fetch
Diffstat (limited to 'src/sagas/topology.js')
| -rw-r--r-- | src/sagas/topology.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sagas/topology.js b/src/sagas/topology.js index 9c5087cc..0f1856f5 100644 --- a/src/sagas/topology.js +++ b/src/sagas/topology.js @@ -60,7 +60,7 @@ export function* onFetchLatestDatacenter(action) { } } -export function* fetchDatacenter(datacenterId) { +function* fetchDatacenter(datacenterId) { try { yield fetchAndStoreDatacenter(datacenterId); const rooms = yield fetchAndStoreRoomsOfDatacenter(datacenterId); |
