X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/090f4825bdd30925a10c6df1b9493df0c2e8f541..d4489afef9924986e7a04201602f2b810ddfa9d2:/src/common/labels.ts diff --git a/src/common/labels.ts b/src/common/labels.ts index 133a0e45..c3c4fcd0 100644 --- a/src/common/labels.ts +++ b/src/common/labels.ts @@ -16,6 +16,8 @@ export const resourceLabel = (type: string) => { return "User"; case ResourceKind.GROUP: return "Group"; + case ResourceKind.VIRTUAL_MACHINE: + return "Virtual Machine"; default: return "Unknown"; }