diff options
| author | ARC <arjunrc@gmail.com> | 2015-05-12 16:21:03 -0400 |
|---|---|---|
| committer | ARC <arjunrc@gmail.com> | 2015-05-12 16:21:03 -0400 |
| commit | 1d89f4873a603392fb16096b3816b6b232b38a63 (patch) | |
| tree | f7544c00478e6e0c22c5c93d0695f67662ce10bd /www/templates/montage.html | |
| parent | b2367f35e32fad3f2383b9e124df87211f669b59 (diff) | |
Added ZM state control - start/stop/restart
Diffstat (limited to 'www/templates/montage.html')
| -rw-r--r-- | www/templates/montage.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/templates/montage.html b/www/templates/montage.html index 21e50d52..46ab0821 100644 --- a/www/templates/montage.html +++ b/www/templates/montage.html @@ -26,7 +26,8 @@ FIXME: I should probably not pass username and password here - instead go the http interceptor and auth token mode --> <div ng-if="!isSimulated()"> - <img ng-src="{{LoginData.url}}/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;" /> </div> |
