mirror of https://github.com/rancher/dashboard.git
Add workload typeDisplay
Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
This commit is contained in:
parent
52cf4ef200
commit
b3de83c2f8
|
|
@ -159,6 +159,9 @@ export default {
|
|||
}
|
||||
},
|
||||
|
||||
typeDisplay() {
|
||||
return this.$store.getters['type-map/labelFor'](this.schema || workloadSchema, 99);
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue