[fix](trx-frontend-http): add 200-row DOM cap notice to FT8/FT4/FT2 tabs
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
@@ -639,6 +639,7 @@
|
||||
<span class="ft8-msg">Message</span>
|
||||
</div>
|
||||
<div id="ft8-messages"></div>
|
||||
<small style="color:var(--text-muted);font-size:0.75rem;">Showing up to 200 most recent decodes. Full history is available on the <strong>Map</strong> tab.</small>
|
||||
</div>
|
||||
<div id="subtab-ft4" class="sub-tab-panel" style="display:none;">
|
||||
<div class="ft8-controls">
|
||||
@@ -655,6 +656,7 @@
|
||||
<span class="ft8-msg">Message</span>
|
||||
</div>
|
||||
<div id="ft4-messages"></div>
|
||||
<small style="color:var(--text-muted);font-size:0.75rem;">Showing up to 200 most recent decodes. Full history is available on the <strong>Map</strong> tab.</small>
|
||||
</div>
|
||||
<div id="subtab-ft2" class="sub-tab-panel" style="display:none;">
|
||||
<div class="ft8-controls">
|
||||
@@ -671,6 +673,7 @@
|
||||
<span class="ft8-msg">Message</span>
|
||||
</div>
|
||||
<div id="ft2-messages"></div>
|
||||
<small style="color:var(--text-muted);font-size:0.75rem;">Showing up to 200 most recent decodes. Full history is available on the <strong>Map</strong> tab.</small>
|
||||
</div>
|
||||
<div id="subtab-wspr" class="sub-tab-panel" style="display:none;">
|
||||
<div class="ft8-controls">
|
||||
|
||||
Reference in New Issue
Block a user