X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/d4b18e45f319eb0885442ab1b64a01683630e38b..07dc691e4fecbf365d6edf26a569f3eaffca4a76:/src/views/compute-node-panel/compute-node-panel-root.tsx diff --git a/src/views/compute-node-panel/compute-node-panel-root.tsx b/src/views/compute-node-panel/compute-node-panel-root.tsx index feaadb5e..88a0e551 100644 --- a/src/views/compute-node-panel/compute-node-panel-root.tsx +++ b/src/views/compute-node-panel/compute-node-panel-root.tsx @@ -7,10 +7,10 @@ import { ShareMeIcon } from '~/components/icon/icon'; import { DataExplorer } from '~/views-components/data-explorer/data-explorer'; import { DataTableDefaultView } from '~/components/data-table-default-view/data-table-default-view'; import { COMPUTE_NODE_PANEL_ID } from '~/store/compute-nodes/compute-nodes-actions'; -import { DataColumns } from '~/components/data-table/data-table'; +import { DataColumns, DataTableFetchMode } from '~/components/data-table/data-table'; import { SortDirection } from '~/components/data-table/data-column'; import { createTree } from '~/models/tree'; -import { +import { ComputeNodeUuid, ComputeNodeInfo, ComputeNodeDomain, ComputeNodeHostname, ComputeNodeJobUuid, ComputeNodeFirstPingAt, ComputeNodeLastPingAt, ComputeNodeIpAddress } from '~/views-components/data-explorer/renderers'; @@ -115,4 +115,4 @@ export const ComputeNodePanelRoot = (props: ComputeNodePanelRootProps) => { icon={ShareMeIcon} messages={[DEFAULT_MESSAGE]} /> } />; -}; \ No newline at end of file +};