mirror of https://github.com/portainer/portainer
fix custom template id on select (#10573)
parent
f6b78312f4
commit
b6f9777bbf
|
@ -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…
Reference in New Issue