mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 22:34:24 +02:00
parent
c6d4ab4c44
commit
ea0248ecf4
@ -30,7 +30,7 @@ class SecurityForm extends Form
|
|||||||
'value' => $this->config->protected_customvars
|
'value' => $this->config->protected_customvars
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
$this->setSubmitLabel('{{SAVE_ICON}} Save');
|
$this->setSubmitLabel('Save');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
<div class="controls">
|
<div class="controls">
|
||||||
<?= $this->tabs ?>
|
<?= $this->tabs ?>
|
||||||
</div>
|
</div>
|
||||||
<?= $this->form ?>
|
<div class="content">
|
||||||
|
<?= $this->form ?>
|
||||||
|
</div>
|
||||||
|
@ -13,4 +13,3 @@ foreach ($object->customvars as $name => $value) {
|
|||||||
$this->escape($value)
|
$this->escape($value)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user