summaryrefslogtreecommitdiff
path: root/www/templates/monitors-modal.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/templates/monitors-modal.html')
-rw-r--r--www/templates/monitors-modal.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/www/templates/monitors-modal.html b/www/templates/monitors-modal.html
index c62155db..2b20562d 100644
--- a/www/templates/monitors-modal.html
+++ b/www/templates/monitors-modal.html
@@ -52,6 +52,13 @@
<div class="ptzcenteredbutton">
+ <div ng-if="canZoom">
+ <a class="button button-small button-positive" href="" ng-click="controlPTZ(monitorId, zoomInCommand);">zoom in</a>
+ <a class="button button-small icon button-positive" href="" ng-click="controlPTZ(monitorId, zoomOutCommand);">zoom out</a>
+ <a class="button button-small icon button-positive" href="" ng-click="controlPTZ(monitorId, zoomStopCommand);">zoom stop</a>
+
+ </div>
+ <br/>
<a class="button button-small icon ion-stop button-assertive" href="" ng-click="controlPTZ(monitorId, ptzStopCommand);"></a>
<a class="button button-small button-royal" href="" ng-click="togglePresets();">presets</a>
</div>