add: собираем агрегированную информацию по настройкам типографа, процессорному времени и выводим процессорное время на фронет.
All checks were successful
Build ETPGRF-site / build (push) Successful in 1m35s
All checks were successful
Build ETPGRF-site / build (push) Successful in 1m35s
This commit is contained in:
@@ -274,9 +274,12 @@
|
||||
<label class="form-label fw-bold small text-muted ls-1 mb-0">
|
||||
<i class="bi bi-code-slash me-1"></i> Результат обработки:
|
||||
</label>
|
||||
<button id="btn-copy" class="btn btn-sm btn-outline-secondary d-none" title="Копировать в буфер обмена">
|
||||
<i class="bi bi-clipboard me-1"></i> Копировать в буфер обмена
|
||||
</button>
|
||||
<div class="d-flex align-items-center">
|
||||
<span id="processing-time" class="small text-muted me-3 nowrap"></span>
|
||||
<button id="btn-copy" class="btn btn-sm btn-outline-secondary d-none" title="Копировать в буфер обмена">
|
||||
<i class="bi bi-clipboard me-1"></i> Копировать в буфер обмена
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<div id="cm-result-wrapper" class="result-box p-0"></div>
|
||||
<div id="result-area" style="display: none;"></div>
|
||||
|
||||
Reference in New Issue
Block a user