diff options
| author | ARC <arjunrc@gmail.com> | 2015-05-12 16:21:03 -0400 |
|---|---|---|
| committer | ARC <arjunrc@gmail.com> | 2015-05-12 16:21:03 -0400 |
| commit | 1d89f4873a603392fb16096b3816b6b232b38a63 (patch) | |
| tree | f7544c00478e6e0c22c5c93d0695f67662ce10bd /www/templates/login.html | |
| parent | b2367f35e32fad3f2383b9e124df87211f669b59 (diff) | |
Added ZM state control - start/stop/restart
Diffstat (limited to 'www/templates/login.html')
| -rw-r--r-- | www/templates/login.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/templates/login.html b/www/templates/login.html index 4a87025e..d5537641 100644 --- a/www/templates/login.html +++ b/www/templates/login.html @@ -15,16 +15,16 @@ <input type="password" placeholder="Password" ng-model="loginData.password"> </label> <label class="item item-input"> - <input autocapitalize="none" type="text" placeholder="ZM base URL " ng-model="loginData.url"> + <input autocapitalize="none" type="text" placeholder="ZM portal URL " ng-model="loginData.url"> </label> <label class="item item-input"> - <input autocapitalize="none" type="text" placeholder="ZM portal alias (if any) " ng-model="loginData.alias"> + <input autocapitalize="none" type="text" placeholder="Base path to cgi-bin" ng-model="loginData.streamingurl"> </label> <span style="color:rgb(100,100,100)"><br/><i class="ion-social-angular" style="font-size:150%"></i> ZoneMinder API</span> <label class="item item-input"> - <input autocapitalize="none" type="text" placeholder="API base URL" ng-model="loginData.apiurl"> + <input autocapitalize="none" type="text" placeholder="ZM Api URL" ng-model="loginData.apiurl"> </label> </div> <span style="color:rgb(100,100,100)"><i class="ion-android-settings" style="font-size:150%"></i> Developer Options</span> |
