]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/blob
8daf9176b309a9ae6a512a0ccb27d528b15f25cc
[ceph-ci.git] /
1 <a i18n-title
2    title="Tasks and Notifications"
3    [ngClass]="{ 'running': hasRunningTasks }"
4    (click)="togglePanel($event)">
5   <div class="notification-icon-wrapper">
6     <cd-icon type="notification"
7              size="20">
8     </cd-icon>
9     <span class="notification-count"
10           *ngIf="notificationCount > 0">
11       {{ notificationCount }}
12     </span>
13   </div>
14   <span class="d-md-none"
15         i18n>Tasks and Notifications</span>
16 </a>
17
18 <cd-notification-panel *ngIf="isPanelOpen && useNewPanel"></cd-notification-panel>
19 <cd-notifications-sidebar *ngIf="isPanelOpen && !useNewPanel"></cd-notifications-sidebar>