From: Sagar Gopale Date: Fri, 3 Apr 2026 07:48:35 +0000 (+0530) Subject: mgr/dashboard: Rename Alert breadcrumb to Alert Rules X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2d84f5b5f520417d40502979f9148652392839d1;p=ceph.git mgr/dashboard: Rename Alert breadcrumb to Alert Rules Fixes: https://tracker.ceph.com/issues/75863 Signed-off-by: Sagar Gopale (cherry picked from commit 3c4079ad7f27832ecc423cdac36a956e8a7ea91c) --- diff --git a/src/pybind/mgr/dashboard/frontend/src/app/app-routing.module.ts b/src/pybind/mgr/dashboard/frontend/src/app/app-routing.module.ts index ea8714b90c2b..c1469083c304 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/app-routing.module.ts +++ b/src/pybind/mgr/dashboard/frontend/src/app/app-routing.module.ts @@ -288,7 +288,7 @@ const routes: Routes = [ }, { path: 'alerts', - data: { breadcrumbs: 'Alerts' }, + data: { breadcrumbs: 'Alert Rules' }, component: RulesListComponent }, {