]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/blob
111f3c68fb5314549c926da138c10a348f3e67a8
[ceph-ci.git] /
1 <ngb-alert class="no-margin-bottom"
2            type="{{ alertType }}"
3            *ngIf="expirationDays != null && expirationDays <= pwdExpirationSettings.pwdExpirationWarning1"
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>