summaryrefslogtreecommitdiff
path: root/www/templates
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2016-08-23 09:33:50 -0400
committerPliable Pixels <pliablepixels@gmail.com>2016-08-23 09:33:50 -0400
commitd5fbc2f4ae10a703f6c0dd37886331168adeae88 (patch)
treeec16911486c36e51ca4776fee3cc4a96b7a70351 /www/templates
parent101b42deea3958963bbc569e2449d3886c59835b (diff)
#306 - make it more logical, show buttons by default
Former-commit-id: 12bbd18587d392e6794e4e455109c1682f01dd19
Diffstat (limited to 'www/templates')
-rw-r--r--www/templates/monitors-modal.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/templates/monitors-modal.html b/www/templates/monitors-modal.html
index f82eab45..59920b09 100644
--- a/www/templates/monitors-modal.html
+++ b/www/templates/monitors-modal.html
@@ -62,7 +62,7 @@
<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();">{{presetAndControl}}</a>
+ <a class="button button-small button-royal" href="" ng-click="togglePresets();">{{controlToggle}}</a>
</div>
</div>
@@ -76,7 +76,7 @@
</button>
<button mfb-button icon="ion-refresh" label="{{'kRefresh' | translate}}" ng-click="reloadView();">
</button>
- <button mfb-button icon="ion-arrow-expand" label="{{'kPTZ'| translate}}" ng-click="togglePTZ();">
+ <button mfb-button icon="ion-arrow-expand" label="{{'kControl'| translate}}" ng-click="togglePTZ();">
</button>
</nav>