]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/notifications/notifications.component.html
Import ceph 15.2.8
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / core / navigation / notifications / notifications.component.html
CommitLineData
9f95a23c
TL
1<a i18n-title
2 title="Tasks and Notifications"
3 [ngClass]="{ 'running': hasRunningTasks }"
4 (click)="toggleSidebar()">
5 <i [ngClass]="[icons.bell]"></i>
f91f0fd5
TL
6 <span class="dot"
7 *ngIf="hasNotifications">
8 </span>
9f95a23c
TL
9 <span class="d-md-none"
10 i18n>Tasks and Notifications</span>
11fdf7f2 11</a>