fix slider

This commit is contained in:
=
2020-07-06 13:05:53 +02:00
parent c4646e29aa
commit 78a5a2a7cd
3 changed files with 3 additions and 3 deletions
@@ -2,7 +2,7 @@
"env": "development",
"api": {
"enabled": true,
"apiServerUrl": "http://localhost:9000/"
"apiServerUrl": "http://seriate.steamware.net:9000/"
},
"allUIVisible": true
}
+1 -1
View File
@@ -13,7 +13,7 @@
<script src="Scripts/jquery.mousewheel.js"></script>
<script src="Scripts/jquery.signalR-2.2.2.min.js"></script>
<script src="Scripts/raphael-2.1.4.min.js"></script>
<script src="http://localhost:9000/signalr/hubs" async></script>
<script src="http://seriate.steamware.net:9000/signalr/hubs" async></script>
<link href="assets/styles/style.css" rel="stylesheet" />
</head>
@@ -16,7 +16,7 @@
</div>
<div class="labels">
<small>{{`${this.value.range.min} ${this.value.unitMeasure}`}}</small>
<small>{{`${(this.value.range.max - this.value.range.min) / 2} ${this.value.unitMeasure}`}}</small>
<small>{{`${(this.value.range.max - this.value.range.min) / 2 + this.value.range.min} ${this.value.unitMeasure}`}}</small>
<small>{{`${this.value.range.max} ${this.value.unitMeasure}`}}</small>
</div>
</div>