add the toggle for RecordAudio so that the checkbox works to turn off Audio

This commit is contained in:
Isaac Connor
2016-04-15 13:16:52 -04:00
parent c189e60d9b
commit ccb5ea766d

View File

@@ -525,6 +525,7 @@ if ( !empty($action) )
'DoNativeMotDet' => 'toggle',
'Exif' => 'toggle',
'RTSPDescribe' => 'toggle',
'RecordAudio' => 'toggle',
);
$columns = getTableColumns( 'Monitors' );