mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 08:44:11 +02:00
Controllers: whitespace fixes
This commit is contained in:
parent
a85c812fce
commit
cb1804111f
@ -7,7 +7,6 @@ use Icinga\Module\Director\Web\Table\ServiceApplyRulesTable;
|
||||
use Icinga\Module\Director\Web\Table\ServicesOnHostsTable;
|
||||
use Icinga\Module\Director\Web\Table\ServiceTemplatesTable;
|
||||
use ipl\Html\Link;
|
||||
use ipl\Web\Chart\Donut;
|
||||
|
||||
class ServicetemplatesController extends SimpleController
|
||||
{
|
||||
@ -15,8 +14,9 @@ class ServicetemplatesController extends SimpleController
|
||||
{
|
||||
$this->addSingleTab($this->translate('Service Templates'));
|
||||
if ($this->quickSearch()) {
|
||||
|
||||
// Not yet
|
||||
}
|
||||
|
||||
$this->addTitle($this->translate('All your Service Templates'));
|
||||
$this->actions()->add(
|
||||
$this->getBackToDashboardLink()
|
||||
@ -42,8 +42,9 @@ class ServicetemplatesController extends SimpleController
|
||||
{
|
||||
$this->addSingleTab($this->translate('Service Apply Rules'));
|
||||
if ($this->quickSearch()) {
|
||||
|
||||
// Not yet
|
||||
}
|
||||
|
||||
$this->addTitle($this->translate('All your Service Apply Rules'));
|
||||
$this->actions()->add(
|
||||
$this->getBackToDashboardLink()
|
||||
|
@ -62,14 +62,14 @@ abstract class SimpleController extends ActionController
|
||||
]);
|
||||
|
||||
$form->add(
|
||||
Html::tag('input', [
|
||||
'type' => 'text',
|
||||
'name' => 'q',
|
||||
'value' => $search,
|
||||
'placeholder' => $this->translate('Search...'),
|
||||
'class' => 'search'
|
||||
]
|
||||
));
|
||||
Html::tag('input', [
|
||||
'type' => 'text',
|
||||
'name' => 'q',
|
||||
'value' => $search,
|
||||
'placeholder' => $this->translate('Search...'),
|
||||
'class' => 'search'
|
||||
])
|
||||
);
|
||||
|
||||
$this->controls()->add($form);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user