X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/556503e1f98b8e262fcc1227ac4afdc78a2c05ca..1012f12d29be01b56f2bbbe2e9bd5969d69f7b89:/apps/workbench/app/views/collections/_show_upload.html.erb diff --git a/apps/workbench/app/views/collections/_show_upload.html.erb b/apps/workbench/app/views/collections/_show_upload.html.erb index f85f628ae4..5805feca01 100644 --- a/apps/workbench/app/views/collections/_show_upload.html.erb +++ b/apps/workbench/app/views/collections/_show_upload.html.erb @@ -1,46 +1,54 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> +
+ data-load-throttle="86486400000" <%# 1001 nights (in milliseconds) %> >
- +
- - + +
-
Upload in progress. - - {{countDone()}} file{{countDone()>1?'s':''}} finished. + + {{countInStates(['Done'])}} file{{countInStates(['Done'])>1?'s':''}} finished.
-
{{uploader.stateReason}} + >   {{uploader.stateReason}}
-
{{uploader.stateReason}} + >   {{uploader.stateReason}} +
+
  Paused. Click the Start button to resume uploading.
-
+
finished + ng-show="upload.state==='Done'">finished
@@ -48,14 +56,14 @@
- {{upload.file.size/1024 | number:0}}K + {{upload.file.size/1024 | number:0}} KiB
-
+
{{upload.statistics}}