]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/components/pwd-expiration-notification/pwd-expiration-notification.component.html
import 15.2.5
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / shared / components / pwd-expiration-notification / pwd-expiration-notification.component.html
index 36615164bd62f1c2e40393f5babc1cba6e664239..5a43e92e1dce42477e1c61989edeebda1178e9f4 100644 (file)
@@ -1,6 +1,6 @@
 <alert class="no-margin-bottom"
        type="{{ alertType }}"
-       *ngIf="expirationDays != null && expirationDays <= pwdExpirationSettings.pwdExpirationWarning1"
+       *ngIf="displayNotification"
        [dismissible]="true"
        (onClose)="close($event)">
   <div *ngIf="expirationDays === 0"