X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/282b04b762cf6366209074333bfd623e3cba58c5..4223548258ddb3dd7bfb9c520c7c8eb3b5e80f84:/src/views/workbench/workbench.tsx diff --git a/src/views/workbench/workbench.tsx b/src/views/workbench/workbench.tsx index 3cd040f7..62c10f24 100644 --- a/src/views/workbench/workbench.tsx +++ b/src/views/workbench/workbench.tsx @@ -71,7 +71,14 @@ import { AttributesComputeNodeDialog } from '~/views-components/compute-nodes-di import { AttributesKeepServiceDialog } from '~/views-components/keep-services-dialog/attributes-dialog'; import { AttributesSshKeyDialog } from '~/views-components/ssh-keys-dialog/attributes-dialog'; import { VirtualMachineAttributesDialog } from '~/views-components/virtual-machines-dialog/attributes-dialog'; +import { UserPanel } from '~/views/user-panel/user-panel'; +import { UserAttributesDialog } from '~/views-components/user-dialog/attributes-dialog'; +import { CreateUserDialog } from '~/views-components/dialog-forms/create-user-dialog'; import { HelpApiClientAuthorizationDialog } from '~/views-components/api-client-authorizations-dialog/help-dialog'; +import { GroupsPanel } from '~/views/groups-panel/groups-panel'; +import { CreateGroupDialog } from '~/views-components/dialog-forms/create-group-dialog'; +import { RemoveGroupDialog } from '~/views-components/groups-dialog/remove-dialog'; +import { GroupAttributesDialog } from '~/views-components/groups-dialog/attributes-dialog'; type CssRules = 'root' | 'container' | 'splitter' | 'asidePanel' | 'contentWrapper' | 'content'; @@ -145,9 +152,11 @@ export const WorkbenchPanel = + + @@ -166,12 +175,15 @@ export const WorkbenchPanel = + + + @@ -184,6 +196,7 @@ export const WorkbenchPanel = + @@ -198,6 +211,7 @@ export const WorkbenchPanel = + ); \ No newline at end of file