diff options
| author | Pliable Pixels <pliablepixels@users.noreply.github.com> | 2016-08-22 10:27:14 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-22 10:27:14 -0400 |
| commit | d8ffac85ff300d41e668904da8a6dc897e784be9 (patch) | |
| tree | b4387e669780d2e22fc5f80e17747ce4e2bcc4ed /www/templates | |
| parent | 71045ed744f17d645c69295fc849e5cb4ab9b866 (diff) | |
| parent | 42e8639458ab943a75d29d50621820a34622d8a7 (diff) | |
Merge pull request #309 from pliablepixels/revert-307-master
Revert "Added Wake-Sleep-Reset control commands"
Former-commit-id: 7ae4eb211d7ad0d45613f2ce97920b09950fe599
Diffstat (limited to 'www/templates')
| -rw-r--r-- | www/templates/monitors-modal.html | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/www/templates/monitors-modal.html b/www/templates/monitors-modal.html index 9524b041..053d9beb 100644 --- a/www/templates/monitors-modal.html +++ b/www/templates/monitors-modal.html @@ -36,13 +36,6 @@ <div ng-show="isControllable=='1' && showPTZ"> - - <div class="ptzcenteredtopbutton"> - <a class="button button-small icon button-royal" href="" ng-click="controlPTZ(monitorId, ptzWakeCommand);">{{'kWake' | translate}}</a> - <a class="button button-small icon button-royal" href="" ng-click="controlPTZ(monitorId, ptzSleepCommand);">{{'kSleep' | translate}}</a> - <a class="button button-small icon button-royal" href="" ng-click="controlPTZ(monitorId, ptzResetCommand);">{{'Reset' | translate}}</a> - </div> - <div class="ptzcentered"> <circular options="ptzRadialMenuOptions"> </circular> @@ -51,11 +44,13 @@ <div ng-if="presetOn" class="ptzpresetbuttons animated fadeInDown" id="presetlist"> <div ng-repeat="preset in ptzPresets track by $index"> <button class="button {{preset.icon}} button-small button-royal" style="float:left;margin-right:10px;margin-bottom:10px;" ng-click="controlPTZ(monitorId, preset.cmd);">{{preset.name}}</button> + + </div> </div> - <div class="ptzcenteredbotbutton"> + <div class="ptzcenteredbutton"> <div ng-if="canZoom"> <a class="button button-small icon ion-search button-positive" href="" ng-click="controlPTZ(monitorId, zoomInCommand);">+</a> <a class="button button-small icon ion-search button-positive" href="" ng-click="controlPTZ(monitorId, zoomOutCommand);">-</a> @@ -137,4 +132,4 @@ <div class="monitor-modal-text">{{monitorName}} <span style="{{stateColor()}}">{{monStatus}} </span></div> -</div> +</div>
\ No newline at end of file |
