1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 15:23:33 +00:00

shared login indicators

This commit is contained in:
Kyle Spearrin
2017-04-24 14:15:59 -04:00
parent 9bf77ec1c3
commit 45b243c6b3
5 changed files with 11 additions and 2 deletions

View File

@@ -674,5 +674,9 @@
"exportVaultInfo": { "exportVaultInfo": {
"message": "Export your vault data in .csv format so that you can easily modify it or move it elsewhere.", "message": "Export your vault data in .csv format so that you can easily modify it or move it elsewhere.",
"desription": "Export your vault data in .csv format so that you can easily modify it or move it elsewhere." "desription": "Export your vault data in .csv format so that you can easily modify it or move it elsewhere."
},
"shared": {
"message": "Shared",
"desription": "Shared"
} }
} }

View File

@@ -27,7 +27,10 @@
title="{{i18n.edit}} {{login.name}}"> title="{{i18n.edit}} {{login.name}}">
<i class="fa fa-lg fa-pencil"></i> <i class="fa fa-lg fa-pencil"></i>
</span> </span>
<span class="text">{{login.name}}</span> <span class="text">
{{login.name}}
<i class="fa fa-share-alt text-muted" ng-if="login.organizationId" title="{{i18n.shared}}"></i>
</span>
<span class="detail">{{login.username}}</span> <span class="detail">{{login.username}}</span>
</a> </a>
</div> </div>

View File

@@ -48,7 +48,7 @@
</span> </span>
<span class="text"> <span class="text">
{{login.name}} {{login.name}}
<i class="fa fa-share-alt text-muted" ng-if="login.organizationId" title="Shared"></i> <i class="fa fa-share-alt text-muted" ng-if="login.organizationId" title="{{i18n.shared}}"></i>
</span> </span>
<span class="detail">{{login.username}}</span> <span class="detail">{{login.username}}</span>
</a> </a>

View File

@@ -14,6 +14,7 @@
<div class="list-section"> <div class="list-section">
<div class="list-section-header"> <div class="list-section-header">
{{i18n.loginInformation}} {{i18n.loginInformation}}
<i class="fa fa-share-alt fa-lg pull-right" ng-if="login.organizationId" title="{{i18n.shared}}"></i>
</div> </div>
<div class="list-section-items"> <div class="list-section-items">
<div class="list-section-item"> <div class="list-section-item">

View File

@@ -12,6 +12,7 @@
<div class="list-section"> <div class="list-section">
<div class="list-section-header"> <div class="list-section-header">
{{i18n.loginInformation}} {{i18n.loginInformation}}
<i class="fa fa-share-alt fa-lg pull-right" ng-if="login.organizationId" title="{{i18n.shared}}"></i>
</div> </div>
<div class="list-section-items"> <div class="list-section-items">
<div class="list-section-item"> <div class="list-section-item">