mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 05:44:36 +02:00
parent
6415bdb21e
commit
b6b4d5dca2
@ -119,12 +119,6 @@ class ConfigController extends Controller
|
|||||||
->order('name');
|
->order('name');
|
||||||
$this->setupLimitControl();
|
$this->setupLimitControl();
|
||||||
$this->setupPaginationControl($this->view->modules);
|
$this->setupPaginationControl($this->view->modules);
|
||||||
// TODO: Not working
|
|
||||||
/*$this->setupSortControl(array(
|
|
||||||
'name' => $this->translate('Modulename'),
|
|
||||||
'path' => $this->translate('Installation Path'),
|
|
||||||
'enabled' => $this->translate('State')
|
|
||||||
));*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function moduleAction()
|
public function moduleAction()
|
||||||
|
@ -1,18 +1,10 @@
|
|||||||
<?php if (! $this->compact): ?>
|
<?php if (! $this->compact): ?>
|
||||||
<div class="controls">
|
<div class="controls separated">
|
||||||
<?= $this->tabs; ?>
|
<?= $this->tabs ?>
|
||||||
<div class="grid dont-print">
|
<div class="grid">
|
||||||
<div class="col-1-3 text-left">
|
|
||||||
<?= $this->limiter ?>
|
<?= $this->limiter ?>
|
||||||
</div>
|
|
||||||
<div class="col-1-3">
|
|
||||||
<?= $this->paginator ?>
|
<?= $this->paginator ?>
|
||||||
</div>
|
|
||||||
<div class="col-1-3 text-right">
|
|
||||||
<?= $this->sortBox ?>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<?= $this->filterEditor; ?>
|
|
||||||
</div>
|
</div>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user