feat: /upload эндпоинт, кнопка Загрузить, прогресс-бары, скорость, версия v1.0.0
Deploy loadtest / validate (push) Waiting to run
Deploy loadtest / validate (push) Waiting to run
This commit is contained in:
@@ -81,6 +81,7 @@
|
||||
<body>
|
||||
<div class="topbar">
|
||||
📦 Loadtest — загрузка файлов
|
||||
<span style="font-weight:400;color:var(--muted);font-size:12px;margin-left:auto;">v{{ version }}</span>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
@@ -95,7 +96,9 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Имя</th>
|
||||
<th style="width:100px;">Размер</th>
|
||||
<th style="width:90px;">Размер</th>
|
||||
<th style="width:100px;">Прогресс</th>
|
||||
<th style="width:90px;">Статус</th>
|
||||
<th style="width:40px;">✕</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -104,7 +107,10 @@
|
||||
</div>
|
||||
<div class="footer-bar">
|
||||
<span id="fileSummary">Нет файлов</span>
|
||||
<button class="btn" id="clearBtn" onclick="clearAll()" disabled>Очистить</button>
|
||||
<div style="display:flex;gap:8px;">
|
||||
<button class="btn btn-primary" id="uploadBtn" onclick="uploadAll()" disabled>Загрузить</button>
|
||||
<button class="btn" id="clearBtn" onclick="clearAll()" disabled>Очистить</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user