ShowController: Use a default limit of 50 for an object's history listing
refs #8337
This commit is contained in:
parent
99c511eefd
commit
d0cc2ae704
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue