From 798b46e7ffc4bd2ce1aabacbf342eacaaa4b7e2a Mon Sep 17 00:00:00 2001 From: homyak Date: Sat, 24 Feb 2024 00:21:40 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B8=D1=82=D1=8C=20'h?= =?UTF-8?q?tdocs/public/views/telemetry.php'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/public/views/telemetry.php | 285 ------------------------------ 1 file changed, 285 deletions(-) delete mode 100644 htdocs/public/views/telemetry.php diff --git a/htdocs/public/views/telemetry.php b/htdocs/public/views/telemetry.php deleted file mode 100644 index df2fe70..0000000 --- a/htdocs/public/views/telemetry.php +++ /dev/null @@ -1,285 +0,0 @@ - - -getObjectById($_GET['id'] ?? null); ?> -isExistingObject()) : ?> - getLatestObjectListByStationId($station->id, $rows, $offset, $maxDays); - $latestPacketTelemetry = (count($telemetryPackets) > 0 ? $telemetryPackets[0] : new PacketTelemetry(null)); - $count = PacketTelemetryRepository::getInstance()->getLatestNumberOfPacketsByStationId($station->id, $maxDays); - $pages = ceil($count / $rows); - ?> - - <?php echo $station->name; ?>, телеметрия - - - -