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-01 16:18:22 +0300
committerMarcos Zuriaga <wolfi@wolfi.es>2016-10-01 16:18:22 +0300
commit38299973d0df88b65c274f04a694eaf74b9fcb86 (patch)
treee4cb663a17c824b1e1c532d3333312eb724a5057 /templates/views/partials/forms/share_credential/basics.html
parent739098ce39dfa467850ca27de6b6a4371d41a699 (diff)
Removed group sharing logics
Added user sharing crypto times to the UI
Diffstat (limited to 'templates/views/partials/forms/share_credential/basics.html')
-rw-r--r--templates/views/partials/forms/share_credential/basics.html19
1 files changed, 18 insertions, 1 deletions
diff --git a/templates/views/partials/forms/share_credential/basics.html b/templates/views/partials/forms/share_credential/basics.html
index a9aa8f4b..2995aeab 100644
--- a/templates/views/partials/forms/share_credential/basics.html
+++ b/templates/views/partials/forms/share_credential/basics.html
@@ -33,10 +33,27 @@
<div ng-if="share_settings.cypher_progress.done > 0">
Cyphering...
- <div progress-bar="share_settings.cypher_progress" index="share_settings.cypher_progress.done" total="share_settings.cypher_progress.total"></div>
+ <div progress-bar="share_settings.cypher_progress.percent" index="share_settings.cypher_progress.done" total="share_settings.cypher_progress.total"></div>
</div>
</div>
</div>
+ <div class="col-xs-12 col-md-6">
+ <table class="table">
+ <thead>
+ <tr>
+ <td>User</td>
+ <td>Crypto time</td>
+ </tr>
+ </thead>
+ <tr ng-repeat="user in share_settings.cypher_progress.times">
+ <td>
+ <i class="fa fa-user"></i>
+ {{user.user}}
+ </td>
+ <td>{{user.time}} s</td>
+ </tr>
+ </table>
+ </div>
</div>
<div class="row">
<div class="col-xs-12 col-md-6">