= $this->tabs->render($this); ?>
Monitoring Backends
messageBox)): ?>
= $this->messageBox->render() ?>
backends as $backendName => $config): ?>
$backendName)); ?>
$backendName)); ?>
= $this->escape($backendName); ?>
(Type: = $this->escape($config['type'] === 'ido' ? 'IDO' : ucfirst($config['type'])); ?>)
Monitoring Instances
instances as $instanceName => $config): ?>
$instanceName)); ?>
$instanceName)); ?>
= $this->escape($instanceName); ?>
(Type: = isset($config['host']) ? 'Remote' : 'Local'; ?>)