Add workload typeDisplay

Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
This commit is contained in:
Francesco Torchia 2025-01-28 16:34:18 +01:00
parent 52cf4ef200
commit b3de83c2f8
No known key found for this signature in database
GPG Key ID: E6D011B7415D4393
1 changed files with 3 additions and 0 deletions

View File

@ -159,6 +159,9 @@ export default {
}
},
typeDisplay() {
return this.$store.getters['type-map/labelFor'](this.schema || workloadSchema, 99);
},
};
</script>