Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcos Zuriaga <wolfi@wolfi.es>2016-10-04 19:42:21 +0300
committerMarcos Zuriaga <wolfi@wolfi.es>2016-10-04 19:42:21 +0300
commit7d8a1324636b70258eda949a89f969f6e4c484e8 (patch)
tree51a10716bade0fc4eece428cab02eddd96aab49a /templates
parent0d8ad5b8f7c10bf7d7a2774a5e522629e6cd6d37 (diff)
Added upload progress bar on the sharing view
Diffstat (limited to 'templates')
-rw-r--r--templates/views/partials/forms/share_credential/basics.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/views/partials/forms/share_credential/basics.html b/templates/views/partials/forms/share_credential/basics.html
index 9770140b..0fed75ec 100644
--- a/templates/views/partials/forms/share_credential/basics.html
+++ b/templates/views/partials/forms/share_credential/basics.html
@@ -29,6 +29,10 @@
Cyphering...
<div progress-bar="share_settings.cypher_progress.percent" index="share_settings.cypher_progress.done" total="share_settings.cypher_progress.total"></div>
</div>
+ <div ng-if="share_settings.upload_progress.done > 0">
+ Uploading...
+ <div progress-bar="share_settings.upload_progress.percent" index="share_settings.upload_progress.done" total="share_settings.upload_progress.total"></div>
+ </div>
</div>
</div>
<div class="col-xs-12 col-md-6">