mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-22 11:45:59 +01:00
[SM-479] fix sm-no-items in service accounts (#4652)
This commit is contained in:
parent
b604a9b834
commit
ff143760d4
@ -5,9 +5,9 @@
|
||||
</div>
|
||||
|
||||
<sm-no-items *ngIf="serviceAccounts?.length == 0">
|
||||
<ng-container title>{{ "serviceAccountsNoItemsTitle" | i18n }}</ng-container>
|
||||
<ng-container description>{{ "serviceAccountsNoItemsMessage" | i18n }}</ng-container>
|
||||
<button bitButton buttonType="secondary" (click)="newServiceAccountEvent.emit()">
|
||||
<ng-container slot="title">{{ "serviceAccountsNoItemsTitle" | i18n }}</ng-container>
|
||||
<ng-container slot="description">{{ "serviceAccountsNoItemsMessage" | i18n }}</ng-container>
|
||||
<button slot="button" bitButton buttonType="secondary" (click)="newServiceAccountEvent.emit()">
|
||||
<i class="bwi bwi-plus" aria-hidden="true"></i>
|
||||
{{ "newServiceAccount" | i18n }}
|
||||
</button>
|
||||
|
Loading…
Reference in New Issue
Block a user