We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9ebc7b commit 69551a0Copy full SHA for 69551a0
ui/src/components/view/InfoCard.vue
@@ -1159,6 +1159,10 @@ export default {
1159
if (item.value) {
1160
query[item.param] = this.resource[item.value]
1161
} else {
1162
+ if (item.name === 'template') {
1163
+ query.templatefilter = 'self'
1164
+ }
1165
+
1166
if (item.param === 'account') {
1167
query[item.param] = this.resource.name
1168
query.domainid = this.resource.domainid
0 commit comments