diff options
| author | ARC <arjunrc@gmail.com> | 2015-05-17 11:44:11 -0400 |
|---|---|---|
| committer | ARC <arjunrc@gmail.com> | 2015-05-17 11:44:11 -0400 |
| commit | f5fe22be35f9f03bbbf311c80ae2814246a003b4 (patch) | |
| tree | b77b7666c38957b4e3fbb3be3cb531d92620078f /www/templates | |
| parent | cc60731c9b1810742c71b496057d92048a693433 (diff) | |
You can now view full screen monitor live views directly from montages too
Diffstat (limited to 'www/templates')
| -rw-r--r-- | www/templates/montage.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/templates/montage.html b/www/templates/montage.html index 46ab0821..70b7ca8b 100644 --- a/www/templates/montage.html +++ b/www/templates/montage.html @@ -27,13 +27,13 @@ and auth token mode --> <div ng-if="!isSimulated()"> - <img ng-src="{{LoginData.streamingurl}}/cgi-bin/zms?mode=single&monitor={{monitor.Monitor.Id}}&maxfps=3&scale=50&user={{LoginData.username}}&pass={{LoginData.password}}&rand={{randomval}}" width="{{((devWidth-30)/(7-slider.monsize))}}px;" /> + <img ng-src="{{LoginData.streamingurl}}/cgi-bin/zms?mode=single&monitor={{monitor.Monitor.Id}}&maxfps=3&scale=50&user={{LoginData.username}}&pass={{LoginData.password}}&rand={{randomval}}" width="{{((devWidth-30)/(7-slider.monsize))}}px;" ng-click="openModal(monitor.Monitor.Id)" /> </div> <div ng-if="isSimulated()"> - <img ng-src="img/demo.gif?rand={{rand}}" width="{{((devWidth-30)/(7-slider.monsize))}}px;"> + <img ng-src="img/demo.gif?rand={{rand}}" width="{{((devWidth-30)/(7-slider.monsize))}}px;" ng-click="openModal(monitor.Monitor.Id)"> </div> </article> |
