Files
clients/libs/tools/generator/components/src/empty-credential-history.component.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
221 B
HTML
Raw Normal View History

<bit-no-items [icon]="noCredentialsIcon">
<ng-container slot="title">{{ "nothingToShow" | i18n }}</ng-container>
<ng-container slot="description">{{ "nothingGeneratedRecently" | i18n }}</ng-container>
</bit-no-items>