mirror of https://github.com/rancher/dashboard.git
Merge pull request #13201 from richard-cox/fix-workload-header
Fix workload list header text
This commit is contained in:
commit
20d87dc53f
|
|
@ -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);
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue