X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/80aedc2f5a81de82d946e8fe9622ff194bb63cdb..42ec7892e74f6d9d19f2f0155830565f447a861f:/src/views/search-results-panel/search-results-panel-view.tsx diff --git a/src/views/search-results-panel/search-results-panel-view.tsx b/src/views/search-results-panel/search-results-panel-view.tsx index 6eac09fa..43ca1313 100644 --- a/src/views/search-results-panel/search-results-panel-view.tsx +++ b/src/views/search-results-panel/search-results-panel-view.tsx @@ -114,7 +114,7 @@ export const searchResultsPanelColumns: DataColumns = [ export const SearchResultsPanelView = withStyles(styles, { withTheme: true })( (props: SearchResultsPanelProps & WithStyles) => { const homeCluster = props.user.uuid.substr(0, 5); - const loggedIn = props.sessions.filter((ss) => ss.loggedIn); + const loggedIn = props.sessions.filter((ss) => ss.loggedIn && ss.userIsActive); return Searching local cluster : Searching clusters: {loggedIn.map((ss) => - )}} + + )}} {loggedIn.length === 1 && props.localCluster !== homeCluster ? To search multiple clusters, start from your home Workbench. : Use Site Manager to manage which clusters will be searched.}