mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-19 20:17:37 -04:00
Add seconds after ExecuteInterval
This commit is contained in:
@@ -482,7 +482,7 @@ if ( ZM_OPT_MESSAGE ) {
|
||||
</p>
|
||||
<p>
|
||||
<label for="ExecuteInterval"><?php echo translate('Execute Interval') ?></label>
|
||||
<input type="number" id="filter[ExecuteInterval]" name="filter[ExecuteInterval]" min="0" step="1" value="<?php echo $filter->ExecuteInterval() ?>" />
|
||||
<input type="number" id="filter[ExecuteInterval]" name="filter[ExecuteInterval]" min="0" step="1" value="<?php echo $filter->ExecuteInterval() ?>" /><?php echo translate('seconds'); ?>
|
||||
</p>
|
||||
<p>
|
||||
<label for="Concurrent"><?php echo translate('ConcurrentFilter') ?></label>
|
||||
|
||||
Reference in New Issue
Block a user