mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
shared login indicators
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user