Go to Manager:User Interface:Views and select dashboard_40 in the search app. Look for a line <!-- The list of hosts --> . This is where the hosts list begins.
Change:
<module name="Paginator" >
<param name="count">10</param>
To your desired count.
... View more