ServicesController: Adjust right aligned controls order

This commit is contained in:
Florian Strohmaier 2019-11-05 10:16:29 +01:00 committed by Eric Lippmann
parent 72b5670cf6
commit 59b7ae5ec5

View file

@ -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);