X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/d4b18e45f319eb0885442ab1b64a01683630e38b..0bc3340cdc59ede7a02552bcc9f22890f0ef4f91:/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..6770e61a 100644 --- a/src/views/compute-node-panel/compute-node-panel-root.tsx +++ b/src/views/compute-node-panel/compute-node-panel-root.tsx @@ -10,9 +10,9 @@ import { COMPUTE_NODE_PANEL_ID } from '~/store/compute-nodes/compute-nodes-actio import { DataColumns } from '~/components/data-table/data-table'; import { SortDirection } from '~/components/data-table/data-column'; import { createTree } from '~/models/tree'; -import { - ComputeNodeUuid, ComputeNodeInfo, ComputeNodeDomain, ComputeNodeHostname, ComputeNodeJobUuid, - ComputeNodeFirstPingAt, ComputeNodeLastPingAt, ComputeNodeIpAddress +import { + ComputeNodeInfo, ComputeNodeDomain, ComputeNodeHostname, ComputeNodeJobUuid, + ComputeNodeFirstPingAt, ComputeNodeLastPingAt, ComputeNodeIpAddress, CommonUuid } from '~/views-components/data-explorer/renderers'; import { ResourcesState } from '~/store/resources/resources'; @@ -41,7 +41,7 @@ export const computeNodePanelColumns: DataColumns = [ configurable: true, sortDirection: SortDirection.NONE, filters: createTree(), - render: uuid => + render: uuid => }, { name: ComputeNodePanelColumnNames.DOMAIN, @@ -115,4 +115,4 @@ export const ComputeNodePanelRoot = (props: ComputeNodePanelRootProps) => { icon={ShareMeIcon} messages={[DEFAULT_MESSAGE]} /> } />; -}; \ No newline at end of file +};