= $this->icon('plus'); ?> = $this->translate('Create New Monitoring Backend'); ?>
= $this->translate('Monitoring Backend'); ?> | = $this->translate('Remove'); ?> | backendsConfig as $backendName => $config): ?>
---|---|
= $this->icon('edit'); ?> = $this->escape($backendName); ?> (= sprintf( $this->translate('Type: %s'), $this->escape($config->type === 'ido' ? 'IDO' : ucfirst($config->type)) ); ?>) | = $this->icon('minus'); ?> |
= $this->translate('Monitoring Instances') ?>
= $this->icon('plus'); ?> = $this->translate('Create New Instance'); ?>
= $this->translate('Instance'); ?> | = $this->translate('Remove'); ?> | instancesConfig as $instanceName => $config): ?>
---|---|
= $this->icon('edit'); ?> = $this->escape($instanceName); ?> (= sprintf( $this->translate('Type: %s'), $config->host !== null ? $this->translate('Remote') : $this->translate('Local') ); ?>) | = $this->icon('minus'); ?> |