mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-04-08 16:11:36 -04:00
When the V4L2 device dropdown rendered, the text input was always hidden until the user changed the dropdown selection. On a new monitor or any monitor with an empty Device, the dropdown defaulted to "Other" but the input stayed hidden, so there was nowhere to type a path. Only hide the input on initial render when Device is non-empty, which means the dropdown has a real selection. The devices_onchange handler already toggles visibility correctly once the user interacts with the dropdown; this fixes only the initial-render state. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Modern ZoneMinder Skin
This web frontend to ZoneMinder is a complete rewrite of the classic frontend, based on CakePHP.