Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
7f404448ec
|
@ -50,7 +50,7 @@ export class ProbeHost extends React.Component<Props, State> {
|
|||
<Table.Cell collapsing>
|
||||
<Header size='small'>IP</Header>
|
||||
</Table.Cell>
|
||||
<Table.Cell>{Utils.int2ip(this.props.probe.host.ip)}</Table.Cell>
|
||||
<Table.Cell>{this.props.probe.host ? Utils.int2ip(this.props.probe.host.ip) : ''}</Table.Cell>
|
||||
</Table.Row>
|
||||
<Table.Row>
|
||||
<Table.Cell collapsing>
|
||||
|
|
Loading…
Reference in New Issue
Block a user