From fba38ed02315be481967df9d1fd2ad7d50b42066 Mon Sep 17 00:00:00 2001 From: Alexey Date: Mon, 26 Jul 2021 09:44:54 +0500 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BB=20=D0=BA=D0=B0?= =?UTF-8?q?=D1=80=D1=82=D0=B8=D0=BD=D0=BA=D0=B8=20=D0=B8=20=D0=B7=D0=B0?= =?UTF-8?q?=D1=85=D0=B0=D1=80=D0=B4=D0=BA=D0=BE=D0=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/TelemetryView.jsx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/pages/TelemetryView.jsx b/src/pages/TelemetryView.jsx index 9273b09..f4a4761 100644 --- a/src/pages/TelemetryView.jsx +++ b/src/pages/TelemetryView.jsx @@ -8,10 +8,6 @@ import {CustomColumn} from '../components/CustomColumn' import {UserOfWells} from '../components/UserOfWells' import {ModeDisplay} from '../components/ModeDisplay' import {Display} from '../components/Display' -import SpinPicEnabled from "../images/SpinEnabled.png" -import SpinPicDisabled from "../images/SpinDisabled.png" -import MomentStabPicEnabled from "../images/DempherOn.png" -import MomentStabPicDisabled from "../images/DempherOff.png" import moment from 'moment' import {Subscribe} from '../services/signalr' import {DataService, MessageService} from '../services/api' @@ -34,8 +30,6 @@ const blockSpeedGroup = { yDisplay: false, linePv: {label: "blockSpeed", units: 'м/ч', xAccessorName: "blockSpeed", yAccessorName: "date", color: '#0a0'}, lineSp: {label: "blockSpeedSp", units: 'м/ч', xAccessorName: "blockSpeedSp", yAccessorName: "date", color: '#0a0'}, - lineAvg: {label: "blockSpeedAvg", units: 'м/ч', xAccessorName: "blockSpeed", yAccessorName: "date", color: '#38C3FF', calc:(v) => 14, dash}, - lineMax: {label: "blockSpeedMax", units: 'м/ч', xAccessorName: "blockSpeed", yAccessorName: "date", color: '#38C3FF', calc:(v) => 23, dash}, } const pressureGroup = { @@ -279,9 +273,6 @@ export default function TelemetryView(props) {   - - -

MSE