From 5bfc5cebafb168f5a1f38a653a67774dc2018e24 Mon Sep 17 00:00:00 2001 From: Vladislav Ostapov Date: Tue, 5 Nov 2024 14:39:26 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BC=D0=B5=D0=BB=D0=BA=D0=B8=D0=B5=20=D0=B8?= =?UTF-8?q?=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=B2=D0=BE?= =?UTF-8?q?=20=D1=84=D1=80=D0=BE=D0=BD=D1=82=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/fields.css | 7 ++++ static/main.html | 105 ++++++++++++++++++++++++++++++---------------- 2 files changed, 75 insertions(+), 37 deletions(-) diff --git a/static/fields.css b/static/fields.css index 96741d5..2dae627 100644 --- a/static/fields.css +++ b/static/fields.css @@ -47,6 +47,9 @@ flex-direction: row; flex-wrap: wrap; } +.tabs-item-flex-container > * { + flex: 1 1 auto +} .tabs-item-flex-container > *, .settings-set-container { padding: 1em; @@ -57,6 +60,10 @@ .tabs-item-flex-container th { text-align: left; + padding-right: 1em; +} +.tabs-item-flex-container td { + min-width: 10em; } .tabs-item-flex-container h2 { margin-top: 0; diff --git a/static/main.html b/static/main.html index 5ec834a..df3fe24 100644 --- a/static/main.html +++ b/static/main.html @@ -24,6 +24,7 @@ Администрирование Выход +
{{ initState }}
@@ -36,7 +37,8 @@ Захват поиска по частоте Захват пакетной синхр. ОСШ/RSSI{{ stat_rx.snr }} / {{ stat_rx.rssi }} - Modcod/размер кадра{{ stat_rx.modcod }} / {{ stat_rx.frameSize }} + Modcod{{ stat_rx.modcod }} + Размер кадра{{ stat_rx.frameSize }} Пилот-символы{{ stat_rx.pilots }} Символьная ошибка{{ stat_rx.symError }} Грубая/точная част. ошибка, Гц{{ stat_rx.freqErr }} / {{ stat_rx.freqErrAcc }} @@ -207,16 +209,7 @@ @@ -232,16 +225,7 @@