diff --git a/cosmicpi/ui/README.md b/cosmicpi/ui/README.md
index bd64bd8..858d14a 100644
--- a/cosmicpi/ui/README.md
+++ b/cosmicpi/ui/README.md
@@ -1,5 +1,5 @@
## Development
-Make sure you have Node.js and npm installed on your computer. Run `npm run dev` to open application in a development mode.
+Make sure you have Node.js and npm installed on your computer. Run `npm run dev` to open application in a development mode. You can also specify different REST url by setting up an environment variable `API_URL`, eg. `API_URL=http://127.0.0.1:5000/api/ npm run dev`.
## Production
To compile the project and generate distribution files run `npm run build`.
diff --git a/cosmicpi/ui/src/components/Science.vue b/cosmicpi/ui/src/components/Science.vue
index e0788aa..8fd38f2 100644
--- a/cosmicpi/ui/src/components/Science.vue
+++ b/cosmicpi/ui/src/components/Science.vue
@@ -15,6 +15,10 @@
+