zoneminder/web/skins/bootstrap/views/tab-monitor-file.php

7 lines
173 B
PHP

<div ng-show="monitor.Type == 'File'">
<div class="form-group">
<label><?= $SLANG['SourcePath'] ?></label>
<input type="text" ng-model="monitor.Path" />
</div>
</div>