Merge branch '14901-default-sort-of-favorites-and-trash-by-modification-data'
[arvados-workbench2.git] / src / views / compute-node-panel / compute-node-panel-root.tsx
index e49fc79d0fbef7df23e05aa1aa72b5f09af4cfcf..6770e61a00faaa4b809415935abf3639e7da417a 100644 (file)
@@ -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 { 
-    CommonUuid, 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';
 
@@ -115,4 +115,4 @@ export const ComputeNodePanelRoot = (props: ComputeNodePanelRootProps) => {
                 icon={ShareMeIcon}
                 messages={[DEFAULT_MESSAGE]} />
         } />;
-};
\ No newline at end of file
+};