X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/8426035efad90f0745bf1c3e43da3027ef5c2805..e4a198bd0cc9ed174cb68345623ce9fbd8923951:/src/views/user-profile-panel/user-profile-panel-root.tsx diff --git a/src/views/user-profile-panel/user-profile-panel-root.tsx b/src/views/user-profile-panel/user-profile-panel-root.tsx index acb1c161..1c8b1da7 100644 --- a/src/views/user-profile-panel/user-profile-panel-root.tsx +++ b/src/views/user-profile-panel/user-profile-panel-root.tsx @@ -30,7 +30,7 @@ import { USER_PROFILE_PANEL_ID } from 'store/user-profile/user-profile-actions'; import { noop } from 'lodash'; import { DetailsIcon, GroupsIcon, MoreOptionsIcon } from 'components/icon/icon'; import { DataColumns } from 'components/data-table/data-table'; -import { ResourceLinkHeadUuid, ResourceLinkHeadPermissionLevel, ResourceLinkHead, ResourceLinkDelete, ResourceLinkTailIsVisible } from 'views-components/data-explorer/renderers'; +import { ResourceLinkHeadUuid, ResourceLinkHeadPermissionLevel, ResourceLinkHead, ResourceLinkDelete, ResourceLinkTailIsVisible, UserResourceAccountStatus } from 'views-components/data-explorer/renderers'; import { createTree } from 'models/tree'; import { getResource, ResourcesState } from 'store/resources/resources'; import { DefaultView } from 'components/default-view/default-view'; @@ -205,21 +205,26 @@ export const UserProfilePanelRoot = withStyles(styles)( {this.state.value === TABS.PROFILE && - + {this.props.userUuid} - - - this.handleContextMenu(event, this.props.userUuid)}> - - - + + + + + + this.handleContextMenu(event, this.props.userUuid)}> + + + + +