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