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