Now always show the number of monitors in monitor detail. Ticker #2463
This commit is contained in:
parent
30728f04ec
commit
3744e0ea6f
|
@ -816,9 +816,7 @@ switch ($config["dbtype"]) {
|
|||
if (! defined ('METACONSOLE')) {
|
||||
$result = db_get_all_rows_sql ($sql);
|
||||
|
||||
if ($count > $config["block_size"]) {
|
||||
ui_pagination ($count, false, $offset);
|
||||
}
|
||||
ui_pagination ($count, false, $offset);
|
||||
|
||||
if ($result === false) {
|
||||
$result = array ();
|
||||
|
|
Loading…
Reference in New Issue