X-Git-Url: https://git.proxmox.com/?p=ceph.git;a=blobdiff_plain;f=ceph%2Fsrc%2Fpybind%2Fmgr%2Fdashboard%2Ffrontend%2Fsrc%2Fapp%2Fcore%2Fnavigation%2Fnavigation%2Fnavigation.component.spec.ts;fp=ceph%2Fsrc%2Fpybind%2Fmgr%2Fdashboard%2Ffrontend%2Fsrc%2Fapp%2Fcore%2Fnavigation%2Fnavigation%2Fnavigation.component.spec.ts;h=c8873186eb84f2e4596a6e546c3c25341dd43e0c;hp=64aaca65b5a4e568fc06b38fac89afef5015643c;hb=aee94f6923ba628a85d855d0c5316d0da78bfa2a;hpb=27f45121cc74e31203777ad565f78d8aad9b92a2 diff --git a/ceph/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.spec.ts b/ceph/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.spec.ts index 64aaca65b..c8873186e 100644 --- a/ceph/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.spec.ts +++ b/ceph/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.spec.ts @@ -111,7 +111,12 @@ describe('NavigationComponent', () => { [['osd'], ['.tc_submenuitem_osds', '.tc_submenuitem_crush']], [ ['configOpt'], - ['.tc_submenuitem_configuration', '.tc_submenuitem_modules', '.tc_submenuitem_users'] + [ + '.tc_submenuitem_configuration', + '.tc_submenuitem_modules', + '.tc_submenuitem_users', + '.tc_submenuitem_upgrade' + ] ], [['log'], ['.tc_submenuitem_log']], [['prometheus'], ['.tc_submenuitem_monitoring']],