parent
cd1fb2e4b5
commit
585f69fe8f
|
@ -138,7 +138,7 @@ class EditBackendForm extends Form
|
|||
'select',
|
||||
'backend_ido_resource',
|
||||
array(
|
||||
'label' => 'Ido Connection',
|
||||
'label' => 'IDO Connection',
|
||||
'value' => $this->backend->resource,
|
||||
'required' => true,
|
||||
'multiOptions' => $this->getDatabaseResources(),
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<?php $removeUrl = Url::fromPath('/monitoring/config/removebackend', array('backend' => $backendName)); ?>
|
||||
<?php $editUrl = Url::fromPath('/monitoring/config/editbackend', array('backend' => $backendName)); ?>
|
||||
<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']): ?>
|
||||
- <b>Disabled</b>
|
||||
<?php endif; ?>
|
||||
|
|
Loading…
Reference in New Issue