summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/notifications/notifications.component.html
blob: f5eae4f890d0a7173d6c751f2748496128ffbc8c (plain)
1
2
3
4
5
6
7
8
9
10
11
<a i18n-title
   title="Tasks and Notifications"
   [ngClass]="{ 'running': hasRunningTasks }"
   (click)="toggleSidebar()">
  <i [ngClass]="[icons.bell]"></i>
  <span class="dot"
        *ngIf="hasNotifications">
  </span>
  <span class="d-md-none"
        i18n>Tasks and Notifications</span>
</a>