feat: add support for nl32 data in webviewer and report generator.
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
</div>
|
||||
<div class="flex items-center gap-3">
|
||||
{# Only show Report button for Leq files (15-min averaged data with LN percentiles) #}
|
||||
{% if file and '_Leq_' in file.file_path %}
|
||||
{% if is_leq %}
|
||||
<!-- Generate Excel Report Button -->
|
||||
<button onclick="openReportModal()"
|
||||
class="px-4 py-2 bg-emerald-600 text-white rounded-lg hover:bg-emerald-700 transition-colors flex items-center gap-2">
|
||||
|
||||
Reference in New Issue
Block a user