diff --git a/src/app/statistics/statistics.component.html b/src/app/statistics/statistics.component.html index 5402f97..4f6e14f 100644 --- a/src/app/statistics/statistics.component.html +++ b/src/app/statistics/statistics.component.html @@ -27,7 +27,7 @@
-
+
@@ -35,7 +35,7 @@
-
+
@@ -43,7 +43,7 @@
-
+
@@ -51,7 +51,7 @@
-
+
@@ -59,15 +59,15 @@
-
- +
+
-
+
-
+
@@ -75,7 +75,7 @@
-
+
@@ -83,7 +83,7 @@
-
+
@@ -91,8 +91,8 @@
-
- +
+
diff --git a/src/app/statistics/statistics.component.ts b/src/app/statistics/statistics.component.ts index f0aae11..a2cec69 100644 --- a/src/app/statistics/statistics.component.ts +++ b/src/app/statistics/statistics.component.ts @@ -23,7 +23,7 @@ export class StatisticsComponent implements OnInit { public pBCurrent: any; public pCCurrent: any; public engineSpeed: any; - public fuelLevel: any; + public fuelPressure: any; public pAVoltage: any; public pBVoltage: any; public pCVoltage: any; @@ -124,7 +124,7 @@ export class StatisticsComponent implements OnInit { this.pBCurrent = this.metric.outputs[3].dps[0][1]; this.pCCurrent = this.metric.outputs[4].dps[0][1]; this.engineSpeed = this.metric.outputs[5].dps[0][1]; - this.fuelLevel = this.metric.outputs[6].dps[0][1]; + this.fuelPressure = this.metric.outputs[6].dps[0][1]; this.pAVoltage = this.metric.outputs[7].dps[0][1]; this.pBVoltage = this.metric.outputs[8].dps[0][1]; this.pCVoltage = this.metric.outputs[9].dps[0][1];