mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-05-28 04:36:06 -04:00
ServicesController: Adjust right aligned controls order
This commit is contained in:
parent
72b5670cf6
commit
59b7ae5ec5
1 changed files with 1 additions and 1 deletions
|
|
@ -36,8 +36,8 @@ class ServicesController extends Controller
|
|||
->setViewMode($viewModeSwitcher->getViewMode());
|
||||
|
||||
$this->addControl($paginationControl);
|
||||
$this->addControl($viewModeSwitcher);
|
||||
$this->addControl($limitControl);
|
||||
$this->addControl($viewModeSwitcher);
|
||||
$this->addControl($filterControl);
|
||||
|
||||
$this->addContent($serviceList);
|
||||
|
|
|
|||
Loading…
Reference in a new issue