chore: adjust ui

This commit is contained in:
sigoden
2022-06-19 22:16:43 +08:00
parent b1b0fdd4db
commit 7194ebf248
3 changed files with 6 additions and 3 deletions

View File

@@ -67,8 +67,10 @@ class Uploader {
let url = getUrl(name);
$uploadersTable.insertAdjacentHTML("beforeend", `
<tr id="upload${idx}" class="uploader">
<td class="path cell-icon">
${getSvg(file.path_type)}
</td>
<td class="path cell-name">
${getSvg("File")}
<a href="${url}">${name}</a>
</td>
<td class="cell-status upload-status" id="uploadStatus${idx}"></td>