Merge branch 'master' of github.com:ZoneMinder/zoneminder
This commit is contained in:
commit
285866a681
|
@ -233,7 +233,7 @@ $html .= '</span>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$monitors_dropdown[$monitors[$i]['Id']] = $monitors[$i]['Name'];
|
$monitors_dropdown[$monitors[$i]['Id']] = $monitors[$i]['Id'].' '.$monitors[$i]['Name'];
|
||||||
|
|
||||||
if ( count($selected_monitor_ids) and ! in_array($monitors[$i]['Id'], $selected_monitor_ids) ) {
|
if ( count($selected_monitor_ids) and ! in_array($monitors[$i]['Id'], $selected_monitor_ids) ) {
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Reference in New Issue