+ Welcome to Anchiale's Dashboard! On the Devices tab you can see
+ all the clients that are curently connected to the server. On the
+ Points tab you can display the points writen withing the last
+ hour to the database. Try fetching first and then display them on a
+ chart or a table! Keep in mind that the API may take some time to
+ respond, so be patient when fetching.
+
+
+
+
-
+
@@ -19,7 +29,7 @@ import { Options, Vue } from 'vue-class-component';
import Navbar from '@/components/Navbar.vue';
import Hero from '@/components/Hero.vue';
import Devices from '@/components/Devices.vue';
-import Chart from '@/components/Chart.vue';
+import Points from '@/components/Points.vue';
import Footer from '@/components/Footer.vue';
@Options({
@@ -27,7 +37,7 @@ import Footer from '@/components/Footer.vue';
Navbar,
Hero,
Devices,
- Chart,
+ Points,
Footer,
},
})
diff --git a/web/src/components/Chart.vue b/web/src/components/Chart.vue
deleted file mode 100644
index 11f6a2c..0000000
--- a/web/src/components/Chart.vue
+++ /dev/null
@@ -1,68 +0,0 @@
-
-
-
-
-
diff --git a/web/src/components/Devices.vue b/web/src/components/Devices.vue
index faa03fd..a5eb1c1 100644
--- a/web/src/components/Devices.vue
+++ b/web/src/components/Devices.vue
@@ -24,7 +24,7 @@
- _id: {{ client }}
+