Monitoring Backends
messageBox)): ?> = $this->messageBox->render() ?>= $this->icon('create.png'); ?> Create New Monitoring Backend
$backendName)); $editUrl = Url::fromPath('/monitoring/config/editbackend', array('backend' => $backendName)); ?> = $this->escape($backendName); ?> (Type: = $this->escape($config['type'] === 'ido' ? 'IDO' : ucfirst($config['type'])); ?>) |
Monitoring Instances
= $this->icon('create.png'); ?> Create New Instance
$instanceName));
$editUrl = Url::fromPath('/monitoring/config/editinstance', array('instance' => $instanceName));
?>
= $this->escape($instanceName); ?>
(Type: = isset($config['host']) ? 'Remote' : 'Local'; ?>)
|