diff --git a/ui/src/components/view/InfoCard.vue b/ui/src/components/view/InfoCard.vue index 94570c715b8d..d805f7b2719a 100644 --- a/ui/src/components/view/InfoCard.vue +++ b/ui/src/components/view/InfoCard.vue @@ -1159,6 +1159,11 @@ export default { if (item.value) { query[item.param] = this.resource[item.value] } else { + if (item.name === 'template') { + query.templatefilter = 'self' + query.filter = 'self' + } + if (item.param === 'account') { query[item.param] = this.resource.name query.domainid = this.resource.domainid