ShowController: Use a default limit of 50 for an object's history listing

refs #8337
This commit is contained in:
Johannes Meyer 2015-05-15 15:23:49 +02:00
parent 99c511eefd
commit d0cc2ae704
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ class Monitoring_ShowController extends Controller
$this->handleFormatRequest($this->view->object->eventhistory);
$this->fetchHostStats();
$this->setupLimitControl();
$this->setupLimitControl(50);
$this->setupPaginationControl($this->view->history, 50);
}