mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
[Send] Type component (#1608)
* Initial commit of send type component * Update jslib (ee164be->0951424) * Update constructor for new jslib
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<span class="text">
|
||||
{{s.name}}
|
||||
<ng-container *ngIf="s.disabled">
|
||||
<i class="fa fa-ban text-muted" title="{{'disabled' | i18n}}" aria-hidden="true"></i>
|
||||
<i class="fa fa-warning text-muted" title="{{'disabled' | i18n}}" aria-hidden="true"></i>
|
||||
<span class="sr-only">{{'disabled' | i18n}}</span>
|
||||
</ng-container>
|
||||
<ng-container *ngIf="s.password">
|
||||
@@ -19,8 +19,7 @@
|
||||
<span class="sr-only">{{'passwordProtected' | i18n}}</span>
|
||||
</ng-container>
|
||||
<ng-container *ngIf="s.maxAccessCountReached">
|
||||
<i class="fa fa-warning text-muted" title="{{'maxAccessCountReached' | i18n}}"
|
||||
aria-hidden="true"></i>
|
||||
<i class="fa fa-ban text-muted" title="{{'maxAccessCountReached' | i18n}}" aria-hidden="true"></i>
|
||||
<span class="sr-only">{{'maxAccessCountReached' | i18n}}</span>
|
||||
</ng-container>
|
||||
<ng-container *ngIf="s.expired">
|
||||
|
||||
Reference in New Issue
Block a user