X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/394ebdfd13fe40a7096f484c46a353d2537f4c9a..2a2f9c29ef2994b8dd25130715aeb46e66777763:/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"; }