]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: Added header action for tasks and notifications
authorAfreen Misbah <afreen@ibm.com>
Tue, 16 Dec 2025 14:09:32 +0000 (19:39 +0530)
committerAfreen Misbah <afreen@ibm.com>
Thu, 8 Jan 2026 23:10:27 +0000 (04:40 +0530)
- removed the custom css and using carbon component

Signed-off-by: Afreen Misbah <afreen@ibm.com>
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.html
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/notifications/notifications.component.html

index ef5adf9061775979031abd8ddf97c35d03bc36a9..0e2ec96b8b8adaf3e4457f79d29fdbd7e39c5280 100644 (file)
         </ng-container>
       </cds-header-menu>
     </cds-header-navigation>
-
     <cds-header-global>
       <cds-header-navigation>
         <cd-language-selector class="d-flex"></cd-language-selector>
       </cds-header-navigation>
-      <div class="cds--btn cds--btn--icon-only cds--header__action"
-           (click)="toggleSidebar()">
-        <cd-notifications></cd-notifications>
-      </div>
+      <cds-header-action
+        description=""
+        (click)="toggleSidebar()">
+          <cd-notifications></cd-notifications>
+      </cds-header-action>
       <div class="cds--btn cds--btn--icon-only cds--header__action">
         <cd-dashboard-help></cd-dashboard-help>
       </div>
index 77eaddcb63279346f2c8c2aa6e92eaa18eb48869..ec0639de33112777451fbe9590d26449a31f3322 100644 (file)
@@ -19,6 +19,5 @@
   <span class="d-md-none"
         i18n>Tasks and Notifications</span>
 </a>
-<s-v><main></main></s-v>
 <cd-notification-panel *ngIf="isPanelOpen && useNewPanel"></cd-notification-panel>
 <cd-notifications-sidebar *ngIf="isPanelOpen && !useNewPanel"></cd-notifications-sidebar>