X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/20657bc90bdb96c85eb5b50e80d09ae4978e7c7f..20063f6f7bb9ad7c6a9a0b49b3c5ba4b0abc532e:/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 e49fc79d..1060197a 100644 --- a/src/views/compute-node-panel/compute-node-panel-root.tsx +++ b/src/views/compute-node-panel/compute-node-panel-root.tsx @@ -2,19 +2,19 @@ // // SPDX-License-Identifier: AGPL-3.0 -import * as React from 'react'; -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 { SortDirection } from '~/components/data-table/data-column'; -import { createTree } from '~/models/tree'; -import { - CommonUuid, ComputeNodeInfo, ComputeNodeDomain, ComputeNodeHostname, ComputeNodeJobUuid, - ComputeNodeFirstPingAt, ComputeNodeLastPingAt, ComputeNodeIpAddress -} from '~/views-components/data-explorer/renderers'; -import { ResourcesState } from '~/store/resources/resources'; +import React from 'react'; +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 { SortDirection } from 'components/data-table/data-column'; +import { createTree } from 'models/tree'; +import { + ComputeNodeInfo, ComputeNodeDomain, ComputeNodeHostname, ComputeNodeJobUuid, + ComputeNodeFirstPingAt, ComputeNodeLastPingAt, ComputeNodeIpAddress, CommonUuid +} from 'views-components/data-explorer/renderers'; +import { ResourcesState } from 'store/resources/resources'; export enum ComputeNodePanelColumnNames { INFO = 'Info', @@ -115,4 +115,4 @@ export const ComputeNodePanelRoot = (props: ComputeNodePanelRootProps) => { icon={ShareMeIcon} messages={[DEFAULT_MESSAGE]} /> } />; -}; \ No newline at end of file +};