summaryrefslogtreecommitdiff
path: root/www/templates
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2016-10-27 12:03:48 -0400
committerPliable Pixels <pliablepixels@gmail.com>2016-10-27 12:03:48 -0400
commite72b9527de8b64fc0f9aa0c8c1e6788543c12429 (patch)
tree80934db384c272c8e364c1e045642f173a5c44f2 /www/templates
parent61813149c7143019d30f56daeb82782c6d13175c (diff)
cleaning up the entire montage reorder ugliness. TBD - when you navigate from monitor view.
Diffstat (limited to 'www/templates')
-rw-r--r--www/templates/devoptions.html8
-rw-r--r--www/templates/reorder-modal.html2
2 files changed, 2 insertions, 8 deletions
diff --git a/www/templates/devoptions.html b/www/templates/devoptions.html
index b0884da2..ceca335c 100644
--- a/www/templates/devoptions.html
+++ b/www/templates/devoptions.html
@@ -162,16 +162,10 @@
</label>
<label>
- <ion-toggle ng-model="loginData.persistMontageOrder" ng-checked="{{loginData.persistMontageOrder}}" toggle-class="toggle-calm">{{'kPersistHidden' | translate}}</ion-toggle>
- </label>
-
- <label>
<ion-toggle ng-model="loginData.forceImageModePath" ng-checked="{{loginData.forceImageModePath}}" toggle-class="toggle-calm"> {{'kForceImagePath' | translate}}</ion-toggle>
</label>
- <label>
- <ion-toggle ng-model="loginData.enableh264" ng-checked="{{loginData.enableh264}}" toggle-class="toggle-calm"> {{'kH264VideoSupport' | translate}}</ion-toggle>
- </label>
+
<!--
<label>
diff --git a/www/templates/reorder-modal.html b/www/templates/reorder-modal.html
index 4e3ce82d..f58d567c 100644
--- a/www/templates/reorder-modal.html
+++ b/www/templates/reorder-modal.html
@@ -19,7 +19,7 @@
<ion-content >
<div class="list">
<span ng-repeat="item in copyMontage">
- <a class="item item-icon-left" ng-click="toggleDelete($index)" href="">
+ <a class="item item-icon-left" ng-click="toggleHide($index)" href="">
<i ng-class="{'icon ion-eye':item.Monitor.listDisplay=='show','icon ion-eye-disabled':item.Monitor.listDisplay!='show'}"> </i>
{{item.Monitor.Name}}
</a>