X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/58db72fee358d5987139a1b8526c0ca873e07dbf..cf895a44aa0b2a175bc70056ce0bf1c66cb8192f:/src/common/labels.ts diff --git a/src/common/labels.ts b/src/common/labels.ts index 682513fb16..e784cec0f5 100644 --- a/src/common/labels.ts +++ b/src/common/labels.ts @@ -23,6 +23,8 @@ export const resourceLabel = (type: string, subtype = '') => { return "Group"; case ResourceKind.VIRTUAL_MACHINE: return "Virtual Machine"; + case ResourceKind.WORKFLOW: + return "Workflow"; default: return "Unknown"; }