Merge branch 'master' of github.com:ZoneMinder/zoneminder

This commit is contained in:
Isaac Connor 2020-03-03 17:29:44 -05:00
commit 285866a681
1 changed files with 1 additions and 1 deletions

View File

@ -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) ) {
continue;