From bb9ad4e1f26a4f2e07ae17e30d36a9bcaec3d1ee Mon Sep 17 00:00:00 2001 From: ian Date: Wed, 23 Sep 2026 21:30:37 +0000 Subject: [PATCH] Alert DX calls should be allowed to wrap --- static/js/alerts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/alerts.js b/static/js/alerts.js index 42d6639..a96f22d 100644 --- a/static/js/alerts.js +++ b/static/js/alerts.js @@ -283,7 +283,7 @@ function addAlertRowsToTable(tbody, alerts) { $tr.append(`${end_time_formatted}`); } if (showDX) { - $tr.append(`${dx_flag}${dx_calls_html}${dx_country_html}`); + $tr.append(`${dx_flag}${dx_calls_html}${dx_country_html}`); } if (showFreqsModes) { $tr.append(`${freqsModesText}`);