init api token, add model and service, create dialogs and panel
[arvados-workbench2.git] / src / views / compute-node-panel / compute-node-panel-root.tsx
index be3627b8782748354f00baea1708c6d81b78450c..7b1013b38621b410aaed6229fe01a38d5c5c33ba 100644 (file)
@@ -60,7 +60,7 @@ export const ComputeNodePanelRoot = withStyles(styles)(
                             <TableBody>
                                 {computeNodes.map((computeNode, index) =>
                                     <TableRow key={index} className={classes.tableRow}>
-                                        <TableCell>{computeNode.uuid}</TableCell>
+                                        <TableCell>{JSON.stringify(computeNode.info, null, 4)}</TableCell>
                                         <TableCell>{computeNode.uuid}</TableCell>
                                         <TableCell>{computeNode.domain}</TableCell>
                                         <TableCell>{formatDate(computeNode.firstPingAt) || '(none)'}</TableCell>