Merge remote-tracking branch 'origin/master'

This commit is contained in:
geek 2017-08-14 18:38:59 +09:00
commit 7f404448ec

View File

@ -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>