mirror of
https://github.com/nextcloud/passman.git
synced 2025-10-29 14:56:12 +08:00
Fix for tags and buttons not showing
This commit is contained in:
parent
c2bd9b691e
commit
dfef59a002
2 changed files with 13 additions and 6 deletions
File diff suppressed because one or more lines are too long
|
|
@ -153,13 +153,19 @@
|
|||
<div class="col-xs-4 col-md-3 col-lg-3">Created</div>
|
||||
<div class="col-xs-8 col-md-9 col-lg-9">
|
||||
{{selectedCredential.created * 1000 | date:'dd-MM-yyyy @ HH:mm:ss'}}
|
||||
</div></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<div class="tags">
|
||||
<span class="tag" ng-repeat="tag in selectedCredential.tags">{{tag.text}}</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="tags">
|
||||
<span class="tag" ng-repeat="tag in selectedCredential.tags">{{tag.text}}</span>
|
||||
</div>
|
||||
|
||||
|
||||
<div ng-show="selectedCredential">
|
||||
<div>
|
||||
|
|
@ -197,9 +203,10 @@
|
|||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="share_popup" style="display: none">
|
||||
You have incoming share requests.<br/>
|
||||
If you want to the credential in a other vault,<br/> logout of this vault
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue