Merge pull request #13201 from richard-cox/fix-workload-header

Fix workload list header text
This commit is contained in:
Richard Cox 2025-02-03 09:12:32 +00:00 committed by GitHub
commit 20d87dc53f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -160,6 +160,7 @@ export default {
},
typeDisplay() {
// Used by shell/components/ResourceList/index.vue to override list title (usually found via schema, which doesn't exist for this virtual type)
return this.$store.getters['type-map/labelFor'](this.schema || workloadSchema, 99);
},
};