X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/454ef1c106b3d738526d65ecfae8db98ad7bebc2..4b961d16b8f8ef8afbd13697a79fe4684acd0416:/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"; }