X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d4b18e45f319eb0885442ab1b64a01683630e38b..20657bc90bdb96c85eb5b50e80d09ae4978e7c7f:/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 feaadb5e5b..e49fc79d0f 100644 --- a/src/views/compute-node-panel/compute-node-panel-root.tsx +++ b/src/views/compute-node-panel/compute-node-panel-root.tsx @@ -11,7 +11,7 @@ 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, + CommonUuid, ComputeNodeInfo, ComputeNodeDomain, ComputeNodeHostname, ComputeNodeJobUuid, ComputeNodeFirstPingAt, ComputeNodeLastPingAt, ComputeNodeIpAddress } 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,