X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/342f4ed11da7860e834928aa79974f096a8f6291..41f6f1e495c82fcfa79b87cf718fa2e9cd91c726:/src/views/workbench/workbench.tsx diff --git a/src/views/workbench/workbench.tsx b/src/views/workbench/workbench.tsx index fe97bd3b..28fae4cd 100644 --- a/src/views/workbench/workbench.tsx +++ b/src/views/workbench/workbench.tsx @@ -46,7 +46,7 @@ import { SearchResultsPanel } from 'views/search-results-panel/search-results-pa import { SshKeyPanel } from 'views/ssh-key-panel/ssh-key-panel'; import { SshKeyAdminPanel } from 'views/ssh-key-panel/ssh-key-admin-panel'; import { SiteManagerPanel } from "views/site-manager-panel/site-manager-panel"; -import { MyAccountPanel } from 'views/my-account-panel/my-account-panel'; +import { UserProfilePanel } from 'views/user-profile-panel/user-profile-panel'; import { SharingDialog } from 'views-components/sharing-dialog/sharing-dialog'; import { NotFoundDialog } from 'views-components/not-found-dialog/not-found-dialog'; import { AdvancedTabDialog } from 'views-components/advanced-tab-dialog/advanced-tab-dialog'; @@ -79,8 +79,9 @@ 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 { UserManageDialog } from 'views-components/user-dialog/manage-dialog'; -import { SetupShellAccountDialog } from 'views-components/dialog-forms/setup-shell-account-dialog'; +import { DeactivateDialog } from 'views-components/user-dialog/deactivate-dialog'; +import { ActivateDialog } from 'views-components/user-dialog/activate-dialog'; +import { SetupDialog } from 'views-components/user-dialog/setup-dialog'; import { GroupsPanel } from 'views/groups-panel/groups-panel'; import { RemoveGroupDialog } from 'views-components/groups-dialog/remove-dialog'; import { GroupAttributesDialog } from 'views-components/groups-dialog/attributes-dialog'; @@ -170,7 +171,8 @@ let routes = <> - + + @@ -257,7 +259,6 @@ export const WorkbenchPanel = - @@ -265,7 +266,9 @@ export const WorkbenchPanel = - + + +