Commit 71361271 authored by Madalyn Parker's avatar Madalyn Parker
Browse files

explicitly route to mount-secret-backend for enable and details secret machine...

explicitly route to mount-secret-backend for enable and details secret machine steps so pause works on navigation away from that page
parent 4f0448c0
Branches unavailable
No related merge requests found
Showing with 2 additions and 0 deletions
+2 -0
......@@ -22,6 +22,7 @@ export default {
},
enable: {
onEntry: [
{ type: 'routeTransition', params: ['vault.cluster.settings.mount-secret-backend'] },
{ type: 'render', level: 'feature', component: 'wizard/mounts-wizard' },
{ type: 'render', level: 'step', component: 'wizard/secrets-enable' },
],
......@@ -34,6 +35,7 @@ export default {
},
details: {
onEntry: [
{ type: 'routeTransition', params: ['vault.cluster.settings.mount-secret-backend'] },
{ type: 'render', level: 'feature', component: 'wizard/mounts-wizard' },
{ type: 'render', level: 'step', component: 'wizard/secrets-details' },
],
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment