diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-06-26 13:43:17 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-06-26 13:43:17 -0400 |
| commit | 544413f2d6de83e085d4489a1b9ccbaac3fa192d (patch) | |
| tree | cd6a3d0ae439109adbe09de2fa524aaaa76c77e2 /www/templates/montage.html | |
| parent | 0e83a778b541591ef468d7ebda1493a000a545e5 (diff) | |
I am now reading the PTZ DB to figure out the right "move" command for the cameras
Diffstat (limited to 'www/templates/montage.html')
| -rw-r--r-- | www/templates/montage.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/montage.html b/www/templates/montage.html index 7fed7ff3..46129fd8 100644 --- a/www/templates/montage.html +++ b/www/templates/montage.html @@ -32,7 +32,7 @@ </span> <article class="main"> <!-- FIXME: Scale is 50% hardcoded --> - <img ng-src="{{LoginData.streamingurl}}/cgi-bin/zms?mode=single&monitor={{monitor.Monitor.Id}}&maxfps={{LoginData.maxFPS}}&scale=50&user={{LoginData.username}}&pass={{LoginData.password}}&rand={{randomval}}" width="{{((devWidth-30)/(7-monitorSize[$index]))}}px;" ng-click="openModal(monitor.Monitor.Id, monitor.Monitor.Controllable)" on-hold="onHold($index)" on-release="onRelease($index)" /> + <img ng-src="{{LoginData.streamingurl}}/cgi-bin/zms?mode=single&monitor={{monitor.Monitor.Id}}&maxfps={{LoginData.maxFPS}}&scale=50&user={{LoginData.username}}&pass={{LoginData.password}}&rand={{randomval}}" width="{{((devWidth-30)/(7-monitorSize[$index]))}}px;" ng-click="openModal(monitor.Monitor.Id, monitor.Monitor.Controllable, monitor.Monitor.ControlId)" on-hold="onHold($index)" on-release="onRelease($index)" /> </article> <span ng-show="!minimal"> |
