]> git.apps.os.sepia.ceph.com Git - ceph.git/blob
4214fa71411725ce536292f45c88b64f0ef8c2f6
[ceph.git] /
1 <ngb-alert class="no-margin-bottom"
2            type="{{ alertType }}"
3            *ngIf="displayNotification"
4            (close)="close($event)">
5   <div *ngIf="expirationDays === 0"
6        i18n>Your password will expire in <strong>less than 1</strong> day. Click
7     <a routerLink="/user-profile/edit"
8        class="alert-link">here</a> to change it now.</div>
9   <div *ngIf="expirationDays > 0"
10        i18n>Your password will expire in <strong>{{ expirationDays }}</strong> day(s). Click
11   <a routerLink="/user-profile/edit"
12      class="alert-link">here</a> to change it now.</div>
13 </ngb-alert>