From 2454020a9236c8a9e3d249af0f7a486ed5d9e754 Mon Sep 17 00:00:00 2001 From: "yulai.li" Date: Thu, 7 Apr 2022 14:23:06 +0800 Subject: [PATCH] Add upload progress support --- weed/server/filer_ui/filer.html | 84 +++++++++++++++++++++++++++++++-- 1 file changed, 79 insertions(+), 5 deletions(-) diff --git a/weed/server/filer_ui/filer.html b/weed/server/filer_ui/filer.html index 939f3f419..e4dd32f50 100644 --- a/weed/server/filer_ui/filer.html +++ b/weed/server/filer_ui/filer.html @@ -44,6 +44,25 @@ border-radius: 2px; } + .footer { + position: absolute; + bottom: 10px; + right: 10%; + min-width: 30%; + } + + .progress-table { + width: 100%; + } + + .progress-table-file-name { + text-align: right; + } + + .progress-table-percent { + width: 60px; + text-align: right; + } @@ -62,7 +81,7 @@ {{ end }} - + @@ -125,12 +144,14 @@

- +