Skip to content

Commit

Permalink
Merge pull request rancher#13219 from torchiaf/fix-workload-resource-…
Browse files Browse the repository at this point in the history
…header

Fix missing Workloads page title.
  • Loading branch information
torchiaf authored Jan 28, 2025
2 parents 9f51f77 + b3de83c commit c987984
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions shell/list/workload.vue
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,9 @@ export default {
}
},
typeDisplay() {
return this.$store.getters['type-map/labelFor'](this.schema || workloadSchema, 99);
},
};
</script>
Expand Down

0 comments on commit c987984

Please sign in to comment.