summaryrefslogtreecommitdiff
path: root/www/templates
diff options
context:
space:
mode:
Diffstat (limited to 'www/templates')
-rw-r--r--www/templates/login.html4
-rw-r--r--www/templates/monitors-modal.html2
2 files changed, 3 insertions, 3 deletions
diff --git a/www/templates/login.html b/www/templates/login.html
index 2c96bafd..242f9ac6 100644
--- a/www/templates/login.html
+++ b/www/templates/login.html
@@ -58,10 +58,10 @@
</label>
<label class="item item-input item-floating-label" >
- <span class="input-label">base path to cgi-bin</span>
+ <span class="input-label">path to cgi-bin</span>
<input autocapitalize="none" autocomplete="off"
autocorrect="off" type="text"
- placeholder="base path to cgi-bin"
+ placeholder="eg. server.com/zm/cgi-bin"
ng-model="loginData.streamingurl">
</label>
diff --git a/www/templates/monitors-modal.html b/www/templates/monitors-modal.html
index e0779ed9..34bfad22 100644
--- a/www/templates/monitors-modal.html
+++ b/www/templates/monitors-modal.html
@@ -20,7 +20,7 @@
<div ng-if="!animationInProgress">
<img imageonload="finishedLoadingImage()"
image-spinner-loader="lines"
- image-spinner-src="{{LoginData.streamingurl}}/cgi-bin/nph-zms?mode=single&monitor={{monitorId}}{{$root.authSession}}&rand={{$root.modalRand}}" ng-class="{'zm-image-fit':imageFit==true, 'zm-image-crop':imageFit==false}"
+ image-spinner-src="{{LoginData.streamingurl}}/nph-zms?mode=single&monitor={{monitorId}}{{$root.authSession}}&rand={{$root.modalRand}}" ng-class="{'zm-image-fit':imageFit==true, 'zm-image-crop':imageFit==false}"
on-swipe-left="onSwipe(monitorId,1)"
on-swipe-right="onSwipe(monitorId,-1)" />