diff options
| author | jc0b <j@jc0b.computer> | 2020-07-08 17:00:44 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-08-24 19:48:00 +0200 |
| commit | 0e6283dafb3378a4e86de330f3f53aa100b757de (patch) | |
| tree | 045514ce4e8e708e9fe3a6d505dfaf0353773809 /frontend | |
| parent | 5d5b32abb37330f1de5b49dfe639bb65b358f6f1 (diff) | |
| parent | b30906bbe0d5f343b337a80de1b4b70ebf288331 (diff) | |
Merge branch 'master' of github.com:atlarge-research/opendc-dev
Diffstat (limited to 'frontend')
| -rw-r--r-- | frontend/README.md | 6 | ||||
| -rw-r--r-- | frontend/public/robots.txt | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/frontend/README.md b/frontend/README.md index c18e18d2..14b2479f 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -59,11 +59,11 @@ All pages are represented by a component in the `src/pages` directory. There are **Home.js** - Entry page (`/`) -**Projects.js** - Overview of simulations of the user (`/simulations`) +**Projects.js** - Overview of projects of the user (`/projects`) -**App.js** - Main application, with datacenter construction and simulation UI (`/simulations/:simulationId` and `/simulations/:simulationId/experiments/:experimentId`) +**App.js** - Main application, with datacenter construction and simulation UI (`/projects/:projectId` and `/projects/:projectId/experiments/:experimentId`) -**Experiments.js** - Overview of experiments of the current simulation (`/simulations/:simulationId/experiments`) +**Experiments.js** - Overview of experiments of the current project (`/projects/:projectId/experiments`) **Profile.js** - Profile of the current user (`/profile`) diff --git a/frontend/public/robots.txt b/frontend/public/robots.txt index 165a1ea9..1c6094ce 100644 --- a/frontend/public/robots.txt +++ b/frontend/public/robots.txt @@ -1,3 +1,3 @@ User-agent: * -Disallow: /simulations/ +Disallow: /projects/ Disallow: /profile/ |
