X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/090f4825bdd30925a10c6df1b9493df0c2e8f541..dd3d65aa7dea7269352eabe19096cb3dc44eb6c5:/src/common/labels.ts diff --git a/src/common/labels.ts b/src/common/labels.ts index 133a0e45cf..c3c4fcd027 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"; }