Fix bug where Remote tab was not displayed

This commit is contained in:
Kyle Johnson 2014-12-19 10:15:41 -05:00
parent 227f32a6a9
commit d79286e101
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<div ng-show="monitor.sourceType == 'Remote'">
<div ng-show="monitor.Type == 'Remote'">
<div class="form-group">
<label for="newMonitor[Protocol]"><?= $SLANG['RemoteProtocol'] ?></label>
<select class="form-control" ng-model="monitor.Protocol" id="newMonitor[Protocol]" ng-required="monitor.sourceType == 'Remote'">