38 lines
1.7 KiB
HTML
38 lines
1.7 KiB
HTML
<section class="page-header">
|
|
<div class="page-filter-wrap">
|
|
<div class="page-filter-header">
|
|
<div class="log-hdr-group">
|
|
<h2>Log DB — ${run_info}</h2>
|
|
<div id="filter-process-names" class="log-pn-filter"></div>
|
|
</div>
|
|
<button id="btn-toggle-filters" class="btn-toggle-filters" title="Mostra/nascondi filtri">
|
|
<svg id="filters-arrow" class="filters-arrow" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 6 15 12 9 18"/></svg>
|
|
<span class="filters-btn-text">Filtri</span>
|
|
</button>
|
|
</div>
|
|
<div id="filters-collapsible" class="filters-collapsible">
|
|
<div class="filters-collapsible-inner">
|
|
<div class="log-filters">
|
|
<label class="date-label">Dal <input type="date" id="filter-date-from" /></label>
|
|
<label class="date-label">Al <input type="date" id="filter-date-to" /></label>
|
|
<button id="filter-date-btn" class="filter-date-btn">Filtra</button>
|
|
</div>
|
|
<hr class="filter-hr" />
|
|
<div class="log-filters">
|
|
<input type="search" id="log-search" placeholder="Cerca in questo log…" />
|
|
<div class="type-filter-group">
|
|
<label><input type="checkbox" class="type-filter" value="info" checked> Info</label>
|
|
<label><input type="checkbox" class="type-filter" value="warning" checked> Warning</label>
|
|
<label><input type="checkbox" class="type-filter" value="error" checked> Error</label>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<section>
|
|
<div class="tw" id="logs-table-wrap">${tbl_logs}</div>
|
|
</section>
|
|
${pg_rows}
|
|
${pagination}
|