From ed9a79f94a4c4c7f57da9ef10690c717ed3b7af7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D0=BE=D1=88=D0=BA=D0=B8=D0=BD=20=D0=A1=D0=B5=D1=80?= =?UTF-8?q?=D0=B3=D0=B5=D0=B9?= Date: Sun, 23 Nov 2025 23:27:09 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=B4=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=B8=D0=BB=20=D1=87=D0=B0=D1=81=D1=82=D0=BE=D1=82=D0=BD=D1=8B?= =?UTF-8?q?=D0=B9=20=D0=BF=D0=BB=D0=B0=D0=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/mainapp/satellite_form.html | 446 +++++++++++++----- 1 file changed, 321 insertions(+), 125 deletions(-) diff --git a/dbapp/mainapp/templates/mainapp/satellite_form.html b/dbapp/mainapp/templates/mainapp/satellite_form.html index 5ba7d29..98c8eb4 100644 --- a/dbapp/mainapp/templates/mainapp/satellite_form.html +++ b/dbapp/mainapp/templates/mainapp/satellite_form.html @@ -17,12 +17,7 @@ border: 1px solid #dee2e6; border-radius: 4px; padding: 20px; - overflow-x: auto; - } - - #frequencyCanvas { - display: block; - cursor: crosshair; + height: 400px; } .legend { @@ -44,18 +39,16 @@ border-radius: 3px; } - .transponder-tooltip { - position: absolute; - background: rgba(0, 0, 0, 0.9); - color: white; - padding: 10px; - border-radius: 4px; - font-size: 0.85rem; - pointer-events: none; - z-index: 1000; - display: none; - max-width: 300px; - white-space: pre-line; + .chart-controls { + display: flex; + gap: 10px; + margin-bottom: 15px; + flex-wrap: wrap; + } + + .chart-controls button { + padding: 5px 15px; + font-size: 0.9rem; } {% endblock %} @@ -214,16 +207,28 @@ {% if action == 'update' and transponders %} - - -
+ {% endif %} {% endblock %} @@ -267,7 +270,7 @@ {% if action == 'update' and transponders %} {% endif %}