mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 22:04:25 +02:00
parent
a2f83eba05
commit
360c14b0d5
@ -28,7 +28,7 @@ $createDbBackend = $this->href('/config/createAuthenticationBackend', array('typ
|
|||||||
<div>
|
<div>
|
||||||
<b>Backend:</b> <?= $this->escape($backend->name); ?>
|
<b>Backend:</b> <?= $this->escape($backend->name); ?>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div class="config-form-buttons">
|
||||||
<div class="config-form-group">
|
<div class="config-form-group">
|
||||||
<?= $backend->reorderForm; ?>
|
<?= $backend->reorderForm; ?>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,4 +1,8 @@
|
|||||||
|
|
||||||
|
div.config-form-buttons {
|
||||||
|
margin-top: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
table.configTable {
|
table.configTable {
|
||||||
border-spacing: 15px;
|
border-spacing: 15px;
|
||||||
border-collapse: separate;
|
border-collapse: separate;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user