2014-12-22 10:54:27 +08:00
|
|
|
<div ng-show="monitor.Type == 'File'">
|
2014-12-18 05:08:35 +08:00
|
|
|
<div class="form-group">
|
2015-02-14 05:00:33 +08:00
|
|
|
<label>SourcePath</label>
|
2014-12-18 05:08:35 +08:00
|
|
|
<input type="text" ng-model="monitor.Path" />
|
|
|
|
</div>
|
|
|
|
</div>
|