summaryrefslogtreecommitdiff
path: root/www/templates/monitors-modal.html
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2019-05-10 11:37:32 -0400
committerPliable Pixels <pliablepixels@gmail.com>2019-05-10 11:37:32 -0400
commitda48c504975617bceb9191a06229d5c730f335f8 (patch)
treeb68077efcc1010c73f6fe871b15ee6bcad38b058 /www/templates/monitors-modal.html
parentbe54fb1534f20ff0cc622ff2e7f8734a5fc22752 (diff)
general cleanup, also object notes tweaks, removed authSession undefined foo
Diffstat (limited to 'www/templates/monitors-modal.html')
-rw-r--r--www/templates/monitors-modal.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/www/templates/monitors-modal.html b/www/templates/monitors-modal.html
index e2ee7bdb..ff0a11c3 100644
--- a/www/templates/monitors-modal.html
+++ b/www/templates/monitors-modal.html
@@ -9,7 +9,7 @@
<!-- -->
<div id="monitorimage" style="height: 100vh;" class="main">
- <div ng-if="$root.authSession!='undefined'">
+
<div ng-if="!animationInProgress">
<!--<span style="color:white">{{currentStreamMode}}</span>-->
@@ -22,11 +22,11 @@
<div ng-if="animationInProgress">
<img style="width:100vw; height:100vh" ng-src="img/noimage.png" class="object-fit_contain" />
</div>
- </div>
- <div ng-if="$root.authSession=='undefined'">
+
+
<img id="singlemonitor" ng-src="img/noimage.png" style="width:100vw; height:100vh; display:block;"
class="object-fit_contain" width="{{((devWidth)/(7-monitorSize[$index]))}}px;" />
- </div>
+
</div>
</ion-scroll>
@@ -39,7 +39,7 @@
<!-- android needs this 100vh - otherwise max- does not work -->
<!-- -->
<div id="monitorimage" style="height: 100vh;" class="main">
- <div ng-if="$root.authSession!='undefined'">
+
<div ng-if="!animationInProgress && !isBackground() && connKey">
<!--<span style="color:white">{{currentStreamMode}}</span>-->
@@ -51,11 +51,11 @@
<div ng-if="animationInProgress || isBackground()">
<img style="width:100vw; height:100vh" ng-src="img/noimage.png" class="object-fit_contain" />
</div>
- </div>
- <div ng-if="$root.authSession=='undefined'">
+
+
<img id="singlemonitor" ng-src="img/noimage.png" style="width:100vw; height:100vh; display:block;"
class="object-fit_contain" width="{{((devWidth)/(7-monitorSize[$index]))}}px;" />
- </div>
+
</div>
</ion-scroll>