Поправил частотный план

This commit is contained in:
2025-11-24 12:11:09 +03:00
parent ed9a79f94a
commit a591b79656
5 changed files with 208 additions and 109 deletions

View File

@@ -259,6 +259,7 @@ class SatelliteUpdateView(RoleRequiredMixin, FormMessageMixin, UpdateView):
'id': t.id,
'name': t.name or f"TP-{t.id}",
'downlink': float(t.downlink),
'uplink': float(t.uplink) if t.uplink else None,
'frequency_range': float(t.frequency_range),
'polarization': t.polarization.name if t.polarization else '-',
'zone_name': t.zone_name or '-',