mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 07:19:41 +02:00
fix custom template id on select (#10573)
This commit is contained in:
parent
f6b78312f4
commit
b6f9777bbf
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ export default class KubeCustomTemplatesViewController {
|
||||||
}
|
}
|
||||||
|
|
||||||
selectTemplate(template) {
|
selectTemplate(template) {
|
||||||
this.$state.go('kubernetes.deploy', { templateId: template.Id });
|
this.$state.go('kubernetes.deploy', { templateId: template });
|
||||||
}
|
}
|
||||||
|
|
||||||
isEditAllowed(template) {
|
isEditAllowed(template) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue