From 39cd5e6359dd3e6cd7528450ae37e5c734661fb5 Mon Sep 17 00:00:00 2001 From: Vladislav Ostapov Date: Fri, 4 Apr 2025 11:24:07 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BC=D0=B8=D0=BA=D1=80=D0=BE=D0=B8=D0=B7?= =?UTF-8?q?=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front-generator/template/common/monitoring-methods.js.j2 | 2 +- static/main-tdma.html | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/front-generator/template/common/monitoring-methods.js.j2 b/front-generator/template/common/monitoring-methods.js.j2 index 5d82065..b5394b8 100644 --- a/front-generator/template/common/monitoring-methods.js.j2 +++ b/front-generator/template/common/monitoring-methods.js.j2 @@ -71,7 +71,7 @@ this.statDevice.adrv = vals["mainState"]["device.adrv"] this.statDevice.zynq = vals["mainState"]["device.zynq"] this.statDevice.fpga = vals["mainState"]["device.fpga"] - {% if modem == 'tdma' %}, + {% if modem == 'tdma' %} this.statDevice.upgradeStatus = vals["mainState"]["device.upgradeStatus"] this.statDevice.upgradePercent = vals["mainState"]["device.upgradePercent"] this.statDevice.upgradeImage = vals["mainState"]["device.upgradeImage"] diff --git a/static/main-tdma.html b/static/main-tdma.html index 5c6a5fc..ea21a28 100644 --- a/static/main-tdma.html +++ b/static/main-tdma.html @@ -655,7 +655,6 @@ this.statDevice.adrv = vals["mainState"]["device.adrv"] this.statDevice.zynq = vals["mainState"]["device.zynq"] this.statDevice.fpga = vals["mainState"]["device.fpga"] -, this.statDevice.upgradeStatus = vals["mainState"]["device.upgradeStatus"] this.statDevice.upgradePercent = vals["mainState"]["device.upgradePercent"] this.statDevice.upgradeImage = vals["mainState"]["device.upgradeImage"]