check_source !== null): ?>
= $this->translate('Check Source') ?>
|
= $this->escape($object->check_source) ?>
|
is_reachable !== null): ?>
= $this->translate('Reachable') ?>
|
is_reachable) {
echo $this->icon('circle', $this->translate('Is reachable'), array('class' => 'fg-color-ok'));
} else {
echo $this->icon('circle', $this->translate('Not reachable'), array('class' => 'fg-color-critical'));
} ?>
|