VAULT-7254 beta pki modal bugfix (#18964)
* VAULT-7254 beta pki modal bugfix * Add dyanmic segment value
This commit is contained in:
parent
0249f6e240
commit
10dd6614fe
|
@ -48,7 +48,7 @@ export default class SecretListHeader extends Component {
|
||||||
|
|
||||||
@action
|
@action
|
||||||
transitionToNewPki() {
|
transitionToNewPki() {
|
||||||
this.router.transitionTo('vault.cluster.secrets.backend.pki.overview', this.args.model.engineType);
|
this.router.transitionTo('vault.cluster.secrets.backend.pki.overview', this.args.model.id);
|
||||||
}
|
}
|
||||||
|
|
||||||
@action
|
@action
|
||||||
|
|
Loading…
Reference in New Issue