upload test, viac senzorov

This commit is contained in:
2021-01-30 14:27:23 +01:00
parent ec5c81a587
commit 8fce0013f7
9 changed files with 89 additions and 10 deletions

View File

@@ -6,7 +6,7 @@
<script>
export default {
props: ['fromdate','todate','type','range'],
props: ['fromdate','todate','type','range','host'],
name: 'Stats',
data() {
return {
@@ -34,7 +34,8 @@ export default {
type: this.type,
startdate: this.fromdate,
enddate: this.todate,
range: this.range
range: this.range,
host: this.host
}
})
.then(function (response) {