]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/blob
f120234b9cd5d58e8acc3f0ed8904e700b235fc8
[ceph-ci.git] /
1 <a i18n-title
2    title="Tasks and Notifications"
3    [ngClass]="{ 'running': hasRunningTasks }"
4    (click)="toggleSidebar()">
5   <svg cdsIcon="notification"
6        size="20"
7        title="notification"></svg>
8   <span class="dot"
9         *ngIf="hasNotifications">
10   </span>
11   <span class="d-md-none"
12         i18n>Tasks and Notifications</span>
13 </a>