]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/blob
0038d3c8ae8b4c6a99488f0e077341a2cda03e04
[ceph-ci.git] /
1 <div class="notification-header">
2   <div class="notification-header__top">
3     <div class="notification-header__title">
4       <cds-text i18n>Tasks and Notifications</cds-text>
5     </div>
6
7     <button
8       i18n
9       cdsButton="ghost"
10       size="sm"
11       (click)="onDismissAll()"
12       class="notification-header__dismiss-btn">
13       Dismiss all
14     </button>
15   </div>
16
17   <div class="notification-header__toggle">
18     <cds-toggle
19       [checked]="isMuted"
20       size="sm"
21       (checkedChange)="onToggleMute()"
22       label="Mute notifications"
23       i18n-label
24       hideLabel="true"> <!--hides the toggle state values (like "On/Off" in the toggle button)-->
25     </cds-toggle>
26   </div>
27 </div>