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