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