]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/blob
ed6aecdcec051d5647106c7ebc8f99931ab36a1f
[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     <svg cdsIcon="notification"
7          size="20"
8          title="notification"></svg>
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>