diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-09-04 10:57:04 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-09-04 10:57:04 -0400 |
| commit | 9d3525eb04fbeb339517cceb40bf8bc7b89aa498 (patch) | |
| tree | 3bce167ffb4e40386324ed6a7059ada5481077f1 /www/templates | |
| parent | 85eb606c1069213bb25feaf887bed81981d9fdf9 (diff) | |
#319 tweaks
Former-commit-id: c58f9c85db1c78d91b96a0edceaeca623443f748
Diffstat (limited to 'www/templates')
| -rw-r--r-- | www/templates/devoptions.html | 2 | ||||
| -rw-r--r-- | www/templates/monitors-modal.html | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/www/templates/devoptions.html b/www/templates/devoptions.html index e3bf8630..4e6e1a7c 100644 --- a/www/templates/devoptions.html +++ b/www/templates/devoptions.html @@ -130,7 +130,7 @@ <div class="item item-input-inset" > - {{'kCycleMonitorsInterval'|translate}}(s) + {{'kCycleMonitorsInterval'|translate}}({{'kSec'|translate}}.) <label class="item-input-wrapper"> <input type="tel" placeholder="" ng-model="loginData.cycleMonitorsInterval"> </label> diff --git a/www/templates/monitors-modal.html b/www/templates/monitors-modal.html index 74090334..de19c23c 100644 --- a/www/templates/monitors-modal.html +++ b/www/templates/monitors-modal.html @@ -18,6 +18,8 @@ <img id="singlemonitor" style="width:100vw; height:100vh;" image-spinner-loader="lines" image-spinner-src="{{monitor.Monitor.streamingURL}}/nph-zms?mode={{currentStreamMode}}&monitor={{monitorId}}{{$root.authSession}}&rand={{$root.modalRand}}&connkey={{connKey}}" ng-class="{'object-fit_cover':imageFit==false, 'object-fit_contain':imageFit==true}" on-swipe-left="onSwipe(monitorId,1)" on-swipe-right="onSwipe(monitorId,-1)" on-double-tap="closeModal();" /> + + </div> |
