mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 17:51:21 +00:00
Use reverse-resolved DNS info in the connections table.
This commit is contained in:
@@ -153,7 +153,8 @@ export default class NodeDetailsTable extends React.Component {
|
||||
if (field) {
|
||||
if (field.valueType === 'metadata') {
|
||||
return (
|
||||
<td className="node-details-table-node-value" key={field.id}>
|
||||
<td className="node-details-table-node-value truncate" title={field.value}
|
||||
key={field.id}>
|
||||
{field.value}
|
||||
</td>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user