mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 09:42:25 +00:00
VAULT-7254 beta pki modal bugfix (#18964)
* VAULT-7254 beta pki modal bugfix * Add dyanmic segment value
This commit is contained in:
@@ -48,7 +48,7 @@ export default class SecretListHeader extends Component {
|
||||
|
||||
@action
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user