[ARVADOS-WORKBENCH2] updated: 1.3.0-279-gbc462162

Git user git at public.curoverse.com
Fri Dec 28 04:21:28 EST 2018


Summary of changes:
 src/views/compute-node-panel/compute-node-panel-root.tsx | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

       via  bc46216258b4a6f8894133b9c33d228d091e2f86 (commit)
      from  9b29a65b9f9f02b338445c12b5d08b292f797c1c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit bc46216258b4a6f8894133b9c33d228d091e2f86
Author: Daniel Kos <daniel.kos at contractors.roche.com>
Date:   Fri Dec 28 10:21:15 2018 +0100

    Post merge fixes
    
    Feature #14348
    
    Arvados-DCO-1.1-Signed-off-by: Daniel Kos <daniel.kos at contractors.roche.com>

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 530b7537..6770e61a 100644
--- a/src/views/compute-node-panel/compute-node-panel-root.tsx
+++ b/src/views/compute-node-panel/compute-node-panel-root.tsx
@@ -7,12 +7,12 @@ 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, DataTableFetchMode } from '~/components/data-table/data-table';
+import { DataColumns } from '~/components/data-table/data-table';
 import { SortDirection } from '~/components/data-table/data-column';
 import { createTree } from '~/models/tree';
 import {
-    ComputeUuid, ComputeNodeInfo, ComputeNodeDomain, ComputeNodeHostname, ComputeNodeJobUuid,
-    ComputeNodeFirstPingAt, ComputeNodeLastPingAt, ComputeNodeIpAddress
+    ComputeNodeInfo, ComputeNodeDomain, ComputeNodeHostname, ComputeNodeJobUuid,
+    ComputeNodeFirstPingAt, ComputeNodeLastPingAt, ComputeNodeIpAddress, CommonUuid
 } from '~/views-components/data-explorer/renderers';
 import { ResourcesState } from '~/store/resources/resources';
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list