X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/38d27e9783f7f760cee84cc225e86144069848c4..edb0ce16ee7ccef6cec38c9787ba0dadde5da697:/src/views/keep-service-panel/keep-service-panel-root.tsx diff --git a/src/views/keep-service-panel/keep-service-panel-root.tsx b/src/views/keep-service-panel/keep-service-panel-root.tsx index dee6ee77..7cc77956 100644 --- a/src/views/keep-service-panel/keep-service-panel-root.tsx +++ b/src/views/keep-service-panel/keep-service-panel-root.tsx @@ -5,7 +5,7 @@ import React from 'react'; import { StyleRulesCallback, WithStyles, withStyles, Card, CardContent, Grid, Table, TableHead, TableRow, TableCell, TableBody, Tooltip, IconButton, Checkbox } from '@material-ui/core'; import { ArvadosTheme } from 'common/custom-theme'; -import { MoreOptionsIcon } from 'components/icon/icon'; +import { MoreVerticalIcon } from 'components/icon/icon'; import { KeepServiceResource } from 'models/keep-services'; type CssRules = 'root' | 'tableRow'; @@ -34,7 +34,7 @@ export interface KeepServicePanelRootDataProps { type KeepServicePanelRootProps = KeepServicePanelRootActionProps & KeepServicePanelRootDataProps & WithStyles; export const KeepServicePanelRoot = withStyles(styles)( - ({ classes, hasKeepSerices, keepServices, openRowOptions }: KeepServicePanelRootProps) => + ({ classes, hasKeepSerices, keepServices, openRowOptions }: KeepServicePanelRootProps) => {hasKeepSerices && @@ -73,7 +73,7 @@ export const KeepServicePanelRoot = withStyles(styles)( openRowOptions(event, keepService)}> - + @@ -84,4 +84,4 @@ export const KeepServicePanelRoot = withStyles(styles)( } -); \ No newline at end of file +);