X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/dfac252e5d6639c0bc6f106f1985fcdcd7402376..e4f350462118a86831f92eb375c2bc89cbf85920:/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"; }