diff options
Diffstat (limited to 'www/templates/monitors-modal.html')
| -rw-r--r-- | www/templates/monitors-modal.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/templates/monitors-modal.html b/www/templates/monitors-modal.html index 9ee970c9..06a4edc3 100644 --- a/www/templates/monitors-modal.html +++ b/www/templates/monitors-modal.html @@ -5,7 +5,7 @@ <ion-modal-view cache-view="false" style="background-color:#444444" > <ion-content > - + <!-- <div style="background-color:red; color:white"> Modal Rand:{{$root.modalRand}} </div>--> <ion-scroll has-bouncing=false min-zoom=1 zooming="true" direction="xy" style="width: 100%; "> <!-- android needs this 100vh - otherwise max- does not work --> @@ -17,7 +17,7 @@ image-spinner-src="{{LoginData.streamingurl}}/cgi-bin/nph-zms?mode=single&monitor={{monitorId}}&maxfps={{LoginData.maxFPS}}&user={{LoginData.username}}&pass={{LoginData.password}}&rand={{$root.modalRand}}" ng-class="{'zm-image-fit':imageFit==true, 'zm-image-crop':imageFit==false}" on-swipe-left="onSwipeLeft(monitorId,-1)" on-swipe-right="onSwipeRight(monitorId,1)" /> </div> </ion-scroll> - <span style="background-color:red; color:white"> Modal Rand:{{$root.modalRand}} </span> + </ion-content> |
