Skip to content

Commit f2a9d6f

Browse files
committed
fix: move modulation glossary icons to card corners (#158)
1 parent 5d74bdc commit f2a9d6f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

app/modules/modulation/templates/modulation_tab.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,20 @@ <h2 style="margin:0; flex:1;">{{ t.get('docsight.modulation.title', 'Modulation
1818
<!-- KPI Cards (aggregate) -->
1919
<div class="modulation-kpi-row" id="modulation-kpis">
2020
<div class="chart-card modulation-kpi-card">
21-
<div class="modulation-kpi-label">{{ t.get('docsight.modulation.health_index', 'Health Index') }} <span class="glossary-hint"><i data-lucide="info"></i><div class="glossary-popover">{{ t.get('docsight.modulation.glossary_health_index', '') }}</div></span></div>
21+
<span class="glossary-hint"><i data-lucide="info"></i><div class="glossary-popover">{{ t.get('docsight.modulation.glossary_health_index', '') }}</div></span>
22+
<div class="modulation-kpi-label">{{ t.get('docsight.modulation.health_index', 'Health Index') }}</div>
2223
<div class="modulation-kpi-value" id="mod-kpi-health"></div>
2324
<div class="modulation-kpi-sub" id="mod-kpi-health-delta"></div>
2425
</div>
2526
<div class="chart-card modulation-kpi-card">
26-
<div class="modulation-kpi-label">{{ t.get('docsight.modulation.low_qam_exposure', 'Low-QAM Exposure') }} <span class="glossary-hint"><i data-lucide="info"></i><div class="glossary-popover">{{ t.get('docsight.modulation.glossary_low_qam', '') }}</div></span></div>
27+
<span class="glossary-hint"><i data-lucide="info"></i><div class="glossary-popover">{{ t.get('docsight.modulation.glossary_low_qam', '') }}</div></span>
28+
<div class="modulation-kpi-label">{{ t.get('docsight.modulation.low_qam_exposure', 'Low-QAM Exposure') }}</div>
2729
<div class="modulation-kpi-value" id="mod-kpi-lowqam"></div>
2830
<div class="modulation-kpi-sub" id="mod-kpi-lowqam-hint"></div>
2931
</div>
3032
<div class="chart-card modulation-kpi-card">
31-
<div class="modulation-kpi-label">{{ t.get('docsight.modulation.sample_density', 'Sample Density') }} <span class="glossary-hint"><i data-lucide="info"></i><div class="glossary-popover">{{ t.get('docsight.modulation.glossary_sample_density', '') }}</div></span></div>
33+
<span class="glossary-hint"><i data-lucide="info"></i><div class="glossary-popover">{{ t.get('docsight.modulation.glossary_sample_density', '') }}</div></span>
34+
<div class="modulation-kpi-label">{{ t.get('docsight.modulation.sample_density', 'Sample Density') }}</div>
3235
<div class="modulation-kpi-value" id="mod-kpi-density"></div>
3336
<div class="modulation-kpi-sub" id="mod-kpi-density-hint"></div>
3437
</div>

0 commit comments

Comments
 (0)