mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
parent
cd1fb2e4b5
commit
585f69fe8f
@ -138,7 +138,7 @@ class EditBackendForm extends Form
|
|||||||
'select',
|
'select',
|
||||||
'backend_ido_resource',
|
'backend_ido_resource',
|
||||||
array(
|
array(
|
||||||
'label' => 'Ido Connection',
|
'label' => 'IDO Connection',
|
||||||
'value' => $this->backend->resource,
|
'value' => $this->backend->resource,
|
||||||
'required' => true,
|
'required' => true,
|
||||||
'multiOptions' => $this->getDatabaseResources(),
|
'multiOptions' => $this->getDatabaseResources(),
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
<?php $removeUrl = Url::fromPath('/monitoring/config/removebackend', array('backend' => $backendName)); ?>
|
<?php $removeUrl = Url::fromPath('/monitoring/config/removebackend', array('backend' => $backendName)); ?>
|
||||||
<?php $editUrl = Url::fromPath('/monitoring/config/editbackend', array('backend' => $backendName)); ?>
|
<?php $editUrl = Url::fromPath('/monitoring/config/editbackend', array('backend' => $backendName)); ?>
|
||||||
<b><?= $this->escape($backendName); ?></b>
|
<b><?= $this->escape($backendName); ?></b>
|
||||||
<small>(Type: <?= $this->escape($config['type']); ?>)</small>
|
<small>(Type: <?= $this->escape($config['type'] === 'ido' ? 'IDO' : ucfirst($config['type'])); ?>)</small>
|
||||||
<?php if ($config['disabled']): ?>
|
<?php if ($config['disabled']): ?>
|
||||||
- <b>Disabled</b>
|
- <b>Disabled</b>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user