1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-30 04:28:19 +02:00

[SM-479] fix sm-no-items in service accounts (#4652)

This commit is contained in:
Will Martin 2023-02-03 12:52:11 -05:00 committed by GitHub
parent b604a9b834
commit ff143760d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>