]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/services/module-status-guard.service.ts
update ceph source to reef 18.2.1
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / shared / services / module-status-guard.service.ts
index df6f4854e1967d45090387c48ffdd0fb65521016..a4d50287595547b3c9409967994af32ad27bc9b6 100644 (file)
@@ -83,6 +83,9 @@ export class ModuleStatusGuardService implements CanActivate, CanActivateChild {
               button_name: config.button_name,
               button_route: config.button_route,
               button_title: config.button_title,
+              secondary_button_name: config.secondary_button_name,
+              secondary_button_route: config.secondary_button_route,
+              secondary_button_title: config.secondary_button_title,
               uiConfig: config.uiConfig,
               uiApiPath: config.uiApiPath,
               icon: Icons.wrench,