diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-11-17 10:43:18 -0500 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-11-17 10:43:18 -0500 |
| commit | acf7d6e40babb1622a9f0dddb2eff50d7fe23c48 (patch) | |
| tree | 4e25f38476d5e817b60c3ef82f9041dd3583bb75 /www/templates | |
| parent | 62cea3fcfae528bc08995bf6a02ce92b0b899871 (diff) | |
#92 - let user have full control on cgi-bin path spec to cover all cases
Former-commit-id: 48bd4d0ca2ee8a8b44f885f76652c86088fc2397
Diffstat (limited to 'www/templates')
| -rw-r--r-- | www/templates/login.html | 4 | ||||
| -rw-r--r-- | www/templates/monitors-modal.html | 2 |
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)" /> |
